HeaderType.DispositionNotificationTo

HeaderType.DispositionNotificationTo 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).

public static HeaderType DispositionNotificationTo { get; }

See Also