PidTagMessageCcMe Canonical Property

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Contains TRUE if this messaging user is specifically named as a carbon copy (CC) recipient of this message and is not part of a distribution list.

Associated properties:

PR_MESSAGE_CC_ME

Identifier:

0x0058

Data type:

PT_BOOLEAN

Area:

General messaging

Remarks

This property provides a convenient way to determine whether the user name appears explicitly in the carbon copy recipient list, without examining all entries in the list.

This property also assists automated handling of received messages at the time of receipt. At the transport provider's option, this property either contains FALSE or is not set if the messaging user is not listed directly in the recipient table.

Message delivery resulting from distribution list expansion or a blind carbon copy designation does not cause this property to be set. The recipient must be explicitly named.

Unsent messages generally do not set this property, PR_MESSAGE_RECIP_ME (PidTagMessageRecipientMe), or PR_MESSAGE_TO_ME (PidTagMessageToMe). If they are present in messages the user can access in public message stores, in other users' private stores, in files on disk, or embedded inside other received messages, they generally contain the values to which they were set the last time a transport provider delivered the message.

Protocol Specifications

  • [MS-OXPROPS]
    Provides references to related Exchange Server protocol specifications.

  • [MS-OXOMSG]
    Specifies the properties and operations that are permissible on e-mail message objects.

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