Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
The principle (To) message addressees.
urn:schemas:mailheader:to
none
DBTYPE_STR
[Visual Basic] String
[C++] BSTR
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.
"SomeUser" someuser@microsoft.com>, "Another" <another@microsoft.com>