Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
The sender of the message.
urn:schemas:mailheader:sender
none
DBTYPE_STR
[Visual Basic] String
[C++] BSTR
The sender field corresponds to the Sender: mail header field of RFC 822. It is used to designate who actually sent a message when the From: header has multiple addresses, or when the sender is not the single addressee on the From: header.
The sender field is returned as US-ASCII characters. All non-US-ASCII characters are returned encoded as defined in RFC 1522. To access the field as UNICODE characters, use the urn:schemas:httpmail:sender field.
"Person A" <personA@microsoft.com>