Enum DeliveryNotificationOptions

DeliveryNotificationOptions enumeration

Specifies delivery notifications.

[Flags]
public enum DeliveryNotificationOptions

Values

NameValueDescription
None0No notification information will be sent. The mail server will utilize its configured behavior to determine whether it should generate a delivery notification.
OnSuccess1Notify if the delivery is successful.
OnFailure2Notify if the delivery is unsuccessful.
Delay4Notify if the delivery is delayed.
Never8000000A notification should not be generated under any circumstances.

See Also