Click or drag to resize
SMTPServerDeliveryEnum Enumeration
Enumeration of possible SMTP server delivery methods.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 9.0.0
Syntax
C#
public enum SMTPServerDeliveryEnum
Members
  Member nameValueDescription
Network0 Email is sent through the network to an SMTP server.
SpecifiedPickupDirectory1 Email is copied to the directory specified by the ServerPickupDirectory property for delivery by an external application.
PickupDirectoryFromIis2 Email is copied to the pickup directory used by a local Internet Information Services (IIS) for delivery.
See Also