MailItem.DsnFormatRequested property
When overridden in a derived class, the DsnFormatRequested property gets or sets the format for Delivery Status Notification (DSN) messages about the message.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride Property DsnFormatRequested As DsnFormatRequested
Get
Set
'Usage
Dim instance As MailItem
Dim value As DsnFormatRequested
value = instance.DsnFormatRequested
instance.DsnFormatRequested = value
public abstract DsnFormatRequested DsnFormatRequested { get; set; }
Property value
Type: Microsoft.Exchange.Data.Transport.DsnFormatRequested