Class EmailOptions
Options for the email service.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity.Mail
Assembly: IRM.AspNetCore.Identity.Mail.dll
Syntax
public class EmailOptions : EmailOptions
Properties
Support
Gets or sets the email a user can use to get support.
Declaration
public EmailAddress Support { get; set; }
Property Value
EmailAddress
|