Share via


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; }

Property Value

Type: Microsoft.AspNet.Identity.IIdentityMessageService
The service used to send e-mail.

See Also

Reference

UserManager<TUser, TKey> Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity