SMTPServerDeliveryEnum Enumeration |
Enumeration of possible SMTP server delivery methods.
Namespace: CMS.EmailEngineAssembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 13.0.131
Syntax public enum SMTPServerDeliveryEnum
Members
| Member name | Value | Description |
---|
| Network | 0 |
Email is sent through the network to an SMTP server.
|
| SpecifiedPickupDirectory | 1 |
Email is copied to the directory specified by the ServerPickupDirectory property for delivery by an external application.
|
| PickupDirectoryFromIis | 2 |
Email is copied to the pickup directory used by a local Internet Information Services (IIS) for delivery.
|
See Also