PidTagSearchRecipientEmailBcc Canonical Property

Applies to: Office 2010 | Outlook 2010 | Visual Studio

In this article

Remarks
Related Resources

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.

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)

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 listed as alternate names.

See Also

Concepts

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names