Click or drag to resize
SMTPServerInfoServerPickupDirectory Property
Gets or sets pickup directory location of the SMTP server if ServerDeliveryMethod is set to SpecifiedPickupDirectory.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.2.23
Syntax
C#
public virtual string ServerPickupDirectory { get; set; }

Property Value

Type: String
See Also