Show / Hide Table of Contents

Class EmailOptions

Options for the email service.

Inheritance
Object
EmailOptions
EmailOptions
Inherited Members
EmailOptions.GetReceivers(IEnumerable<EmailAddress>)
EmailOptions.From
EmailOptions.Host
EmailOptions.Port
EmailOptions.EnableSsl
EmailOptions.Username
EmailOptions.Password
EmailOptions.PickupDirectoryLocation
EmailOptions.ReplaceAllReceiversTo
EmailOptions.AllowedReceiverDomains
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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

Back to top Generated by DocFX