DsnFormatRequested enumeration

The DsnFormatRequested enumeration specifies the format used for Delivery Status Notification (DSN) messages.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public Enumeration DsnFormatRequested
'Usage
Dim instance As DsnFormatRequested
public enum DsnFormatRequested

Members

Member name Description
NotSpecified Use the default DSN format.
Full Include the whole original message.
Headers Include only the headers of the original message.

See also

Reference

Microsoft.Exchange.Data.Transport namespace