PidTagSenderName Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Contains the message sender's display name.
Associated properties: |
PR_SENDER_NAME, PR_SENDER_NAME_A, PR_SENDER_NAME_W |
Identifier: |
0x0C1A |
Data type: |
PT_UNICODE, PT_STRING8 |
Area: |
Address |
Remarks
These properties are examples of the address properties for the message sender. It must be set by the outgoing transport provider, which should never propagate any previously existing values.
If no transport provider has supplied any sender address properties, the MAPI spooler attempts to fill them in by calling the IMAPISession::QueryIdentity method for an entry identifier. If no entry identifiers have been provided, the MAPI spooler stores "Unknown" in all the sender address properties of type PT_TSTRING.
Related Resources
Protocol Specifications
[MS-OXPROPS]
Provides references to related Exchange Server protocol specifications.[MS-OXOMSG]
Describes the format of messages used to send information related to sharing folders on the client.[MS-OXORSS]
Specifies the properties and operations that represent RSS items.[MS-OXCFXICS]
Handles the order and flow for data transfers between a client and server.[MS-OXCICAL]
Converts between IETF RFC2445, RFC2446, and RFC2447, and appointment and meeting objects.[MS-OXOPOST]
Specifies the properties and operations that are permissible for post objects.[MS-OXOTASK]
Specifies the properties and operations that are permissible for contacts and personal distribution lists.[MS-OXTNEF]
Encodes and decodes message and attachment objects to an efficient stream representation.
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties listed as associated properties.