Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
The Delivery Status Notification (DSN) options for the message.
[Visual Basic] Property DSNOptions as CdoDSNOptions [C++] HRESULT get_DSNOptions(CdoDSNOptions* pVal); HRESULT put_DSNOptions(CdoDSNOptions Val); [IDL] HRESULT [propget] DSNOptions([out,retval] CdoDSNOptions* pVal); HRESULT [propput] DSNOptions([in] CdoDSNOptions Val);
The CdoDSNOptions enumeration is provided for this property.
DSNs are essentially requests for receipts of message delivery status. The request can be for the enumerated delivery conditions. Note that DSNs can pass through numerous message transfer agents and thus return receipts can have different meanings.
DSNOptions defines the type of DSN requested per RFC 1894. The RFC covers the nature and uses of DSNs in depth.