Describes the delivery notification options for e-mail.
Syntax
[System.Flags]
public enum DeliveryNotificationOptions
Remarks
Members
Member Name | Description |
---|
Delay |
Notify if the delivery is delayed.
|
Never |
A notification should not be generated under any circumstances.
|
None |
No notification information will be sent. The mail server will utilize its configured behavior to determine whether it should generate a delivery notification.
|
OnFailure |
Notify if the delivery is unsuccessful.
|
OnSuccess |
Notify if the delivery is successful.
|
Requirements
Namespace: System.Net.Mail
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0