PidTagEmailAddress Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Contains the messaging user's e-mail address.
Associated properties: |
PR_EMAIL_ADDRESS, PR_EMAIL_ADDRESS_A, PR_EMAIL_ADDRESS_W |
Identifier: |
0x3003 |
Data type: |
PT_STRING8, PT_UNICODE |
Area: |
MAPI common |
Remarks
These properties are examples of the base address properties for all messaging users. It is a null-terminated string whose format has meaning only for the underlying messaging system.
These properties are used in conjunction with the PR_ADDRTYPE (PidTagAddressType) and PR_MESSAGE_CLASS (PidTagMessageClass) properties in addressing messages. The string format is qualified by PR_ADDRTYPE.
Valid values for this property include:
network/postoffice/user
Bruce@XYZZY.COM
/c=US/a=att/p=Microsoft/o=Finance/ou=Purchasing/s=Furthur/g=Joe
Related Resources
Protocol Specifications
[MS-OXPROPS]
Provides references to related Exchange Server protocol specifications.[MS-OXOABK]
Specifies the properties and operations for lists of users, contacts, groups, and resources.[MS-OXCMAIL]
Converts from Internet standard e-mail conventions to message objects.
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as alternate names.