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
public abstract DsnFormatRequested DsnFormatRequested { get; set; }
public:
virtual property DsnFormatRequested DsnFormatRequested {
DsnFormatRequested get () abstract;
void set (DsnFormatRequested value) abstract;
}
/** @property */
public abstract DsnFormatRequested get_DsnFormatRequested ()
/** @property */
public abstract void set_DsnFormatRequested (DsnFormatRequested value)
public abstract function get DsnFormatRequested () : DsnFormatRequested
public abstract function set DsnFormatRequested (value : DsnFormatRequested)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003