SmtpDeliveryMethod Enumeration |
Smtp delivery method
Namespace:
Aspose.Email.Clients.Smtp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public enum SmtpDeliveryMethod
Public Enumeration SmtpDeliveryMethod
public enum class SmtpDeliveryMethod
Members
| Member name | Value | Description |
---|
| Network | 0 |
Transporting messages through the network
|
| SpecifiedPickupDirectory | 1 |
Transporting messages through the specified directory
|
| PickupDirectoryFromIis | 2 |
Transporting messages through the specified IIS directory
|
See Also