PidTag7BitDisplayName Canonical Property
Applies to: Outlook 2013 | Outlook 2016
Contains a 7-bit ASCII representation of a messaging user's name.
Property | Value |
---|---|
Associated properties: |
PR_7BIT_DISPLAY_NAME, PR_7BIT_DISPLAY_NAME_A, PR_7BIT_DISPLAY_NAME_W |
Identifier: |
0x39FF |
Data type: |
PT_STRING8, PT_UNICODE |
Area: |
Address book |
Remarks
These properties map the PR_DISPLAY_NAME (PidTagDisplayName) property into a 7-bit character set. Some messaging systems, such as Internet and certain X.400 links, are limited to the 128-character 7-bit ASCII code set. Gateways to such messaging systems can improve their performance by calling the IAddrBook::PrepareRecips method directly to retrieve the this property, thereby avoiding extra processing for code conversion.
Related resources
Protocol specifications
Provides references to related Exchange Server protocol specifications.
Specifies the properties and operations on lists of users, contacts, groups and resources.
Handles a client's communications with an NSPI server.
Handles the order and data flow that is used to transfers data between client and server.
Handles message and attachment objects.
Specifies the properties and operations that are permissible on email messages.
Header files
Mapitags.h
Contains definitions of properties listed as associated properties.
Mapidefs.h
Provides data type definitions.