MDNTo Property
The URL for the Message Disposition Notification (MDN).
Syntax
Default Value
""
Remarks
MDNTo corresponds to the Disposition-Notification-To header of RequestHeaders. If nonempty, the client has requested that an MDN-based receipt be returned to the URL specified. This receipt will be generated in a call to ProcessRequest or CreateMDNReceipt, and may be sent by calling SendResponse.
The receipt and headers will be contained in MDNReceipt.
According to RFC specifications, MDNReceipt must be sent if requested by the client.