Specifies the delivery notification options for e-mail.
[VisualĀ Basic] Public Enum DeliveryNotificationOptions
[C#] public enum DeliveryNotificationOptions
[C++] _value public enum DeliveryNotificationOptions
[JScript] public enum DeliveryNotificationOptions
Members
| Members name | Description |
| None | Using the SMTP server default notification, most SMTP server only sends the notification when the email cound't be delivered to recipient. |
| OnSuccess | Notify if the delivery is successful. |
| OnFailure | Notify if the delivery is unsuccessful. |
| Delay | Notify if the delivery is delayed. |
| Never | Never notify. |