Platform SDK: Exchange 2000 Server

sendername Field

[This is preliminary documentation and subject to change.]

The display name of the message sender. This field corresponds to the RFC 822 Sender: header for a message.

Full Name

urn:schemas:httpmail:sendername

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 display name is returned. All RFC 1522 encoded characters are decoded and returned as UNICODE characters.

Example

John Doe

See Also

senderemail Field, sender Field, IMessage.Sender