UserManager<TUser, TKey>.EmailService Property

 

Gets or sets the service used to send e-mail.

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

public IIdentityMessageService EmailService { get; set; }
public:
property IIdentityMessageService^ EmailService {
    IIdentityMessageService^ get();
    void set(IIdentityMessageService^ value);
}
member EmailService : IIdentityMessageService with get, set
Public Property EmailService As IIdentityMessageService

Property Value

Type: Microsoft.AspNet.Identity.IIdentityMessageService

The service used to send e-mail.

See Also

UserManager<TUser, TKey> Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top