Class SmtpOptions
Option for sending email with SMTP.
Inheritance
System.Object
    SmtpOptions
  Namespace: EPiServer.Framework
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
[Options(ConfigurationSection = "Cms")]
public class SmtpOptions : ObjectConstructors
SmtpOptions()
Declaration
public SmtpOptions()Properties
DeliveryMethod
Delivery method. Network or PickupDirectory
Declaration
public DeliveryMethod DeliveryMethod { get; set; }Property Value
| Type | Description | 
|---|---|
| DeliveryMethod | 
Network
Smtp settings for Network delivery method
Declaration
public Network Network { get; set; }Property Value
| Type | Description | 
|---|---|
| Network | 
SenderDisplayName
Sender's Display Name
Declaration
public string SenderDisplayName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
SenderEmailAddress
Sender's Email Address
Declaration
public string SenderEmailAddress { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
SpecifiedPickupDirectory
Pickup directory to place email files in
Declaration
public SpecifiedPickupDirectory SpecifiedPickupDirectory { get; set; }Property Value
| Type | Description | 
|---|---|
| SpecifiedPickupDirectory | 
