Platform SDK: Exchange 2000 Server

to Field

[This is preliminary documentation and subject to change.]

The principle (To) message addressees.

Full Name

urn:schemas:mailheader:to

Name Constant

none

OLE DB Type

DBTYPE_STR

Variant Sub Type

[Visual Basic] String

[C++] BSTR

Remarks

The To addresses are returned as US-ASCII characters, where each address is separated by a comma. All non-US-ASCII characters are returned encoded as defined in RFC 1522. To access the addresses as UNICODE characters, use the urn:schemas:httpmail:to field or the IMessage.To property.

Example

"SomeUser" someuser@microsoft.com>, "Another" <another@microsoft.com>

See Also

urn:schemas:httpmail:to Field

IMessage.To Property