HeaderTypeDispositionNotificationTo Property |
When the DispositionNotificationTo field is set, a request for a MDN (Message Delivery Notification) is made.
The recipient's email software (Outlook, Eudora, etc.) may silently ignore the request, or it may prompt the user for permission to send the MDN.
There is no guarantee of the "return-receipt".
The DispositionNotificationTo field is the de facto standard for requesting return-receipts (i.e. MDN, or message delivery notifications).
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static HeaderType DispositionNotificationTo { get; }
Public Shared ReadOnly Property DispositionNotificationTo As HeaderType
Get
public:
static property HeaderType^ DispositionNotificationTo {
HeaderType^ get ();
}
static member DispositionNotificationTo : HeaderType with get
Property Value
Type:
HeaderType
See Also