PidTagSearchRecipientEmailCc Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Contains a Unicode string that is being queried in the list of email addresses or display names of recipients that are addressed in the CC line of messages on the store.
Associated properties: |
PR_SEARCH_RECIP_EMAIL_CC_W |
Identifier: |
0x0EA7 |
Property type: |
PT_UNICODE |
Area: |
Search |
Related Resources
Note
This MAPI restriction tag, used when you search for email addresses or display names to which the message is sent as a carbon copy, might not be defined in the downloadable header file that you currently have. You can add it to your code by using the following value:
#define PR_SEARCH_RECIP_EMAIL_CC_W PROP_TAG(PT_UNICODE, 0x0EA7)
Protocol Specifications
[MS-OXPROPS]
Provides references to related Microsoft Exchange Server protocol specifications.[MS-OXOSRCH]
Specifies the properties and operations for manipulating a search folder list configuration.
Header Files
Mapidefs.h
Provides data type definitions.Mapitags.h
Contains definitions of properties that are listed as alternate names.