Platform SDK: Exchange 2000 Server

senderemail Field

[This is preliminary documentation and subject to change.]

The email address of the message sender.

Full Name

urn:schemas:httpmail:senderemail

Name Constant

None

OLE DB Type

DBTYPE_WSTR

Variant Sub Type

[Visual Basic] String

[C++] BSTR

Remarks

This field corresponds to the Sender header field of RFC 822.

This field differs from the urn:schemas:httpmail:sender field in that only the email portion of the address is returned. Additionally, all RFC 1522 encoded characters are decoded and returned as UNICODE characters.

Example

jdoe@microsoft.com

See Also

sendername Field, sender Field, IMessage.Sender