Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class SmtpOptions

Option for sending email with SMTP.

Inheritance
System.Object
SmtpOptions
Namespace: EPiServer.Framework
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
[Options(ConfigurationSection = "Cms")]
public class SmtpOptions : Object

Constructors

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

Extension Methods