PidTagSearchRecipientEmailBcc Canonical Property
Applies to: Outlook 2013 | Outlook 2016
Contains a Unicode string that is being queried in the list of email addresses or display names of recipients addressed in the BCC line of unsent messages on the store.
Property | Value |
---|---|
Associated properties: |
PR_SEARCH_RECIP_EMAIL_BCC_W |
Identifier: |
0x0EA8 |
Property type: |
PT_UNICODE |
Access: |
Search |
Remarks
This property is only relevant to messages on the store that have not been sent, because messages that have been sent or received do not contain BCC information.
Note
This MAPI restriction tag, used when searching for email addresses or display names to which the message will be sent as a blind 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_BCC_W PROP_TAG(PT_UNICODE, 0x0EA8)
Related resources
Protocol specifications
Provides references to related Microsoft Exchange Server protocol specifications.
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 listed as alternate names.
See also
MAPI Properties
MAPI Canonical Properties
Mapping Canonical Property Names to MAPI Names
Mapping MAPI Names to Canonical Property Names