PR_DISPLAY_CC 

The PR_DISPLAY_CC property contains an ASCII list of the display names of any carbon copy (CC) message recipients, separated by semicolons (;).

Quick Info

Header file:

MAPITAGS.H

Must be exposed by:

Message objects

Identifier:

0x0E03

Property type:

PT_TSTRING

Property tag:

0x0E03001E (0x0E03001F for Unicode)

Corresponding X.400 attribute:

IM_COPY_RECIPIENTS

 

Remarks

The message store computes the PR_DISPLAY_CC property on message objects using the IMessage::ModifyRecipientsBTAS42 method. The message store also maintains the property so that it always reflects the last saved state of a message. The value is synchronized at the time of every call to IMAPIProp::SaveChanges21IFXQ.

If a message has no carbon copy recipients, the message store should respond to an IMAPIProp::GetPropsK06IXU call with a return value of S_OK and an empty string for PR_DISPLAY_CC.

Because of the possible need for localization, MAPI provides some guidelines for blind carbon copy recipient names:

    All names should be able to be localized.

    The semicolon should be the character that is used to separate names in the PR_DISPLAY_CCNQSOAK property.

    Clients must translate the semicolon encountered in the PR_DISPLAY_CC property to a localized separator character before making the property information visible in the user interface.

    When forwarding messages, clients do not need to translate the separator character on the carbon copy recipient line.

 

Note  Semicolons cannot be used within recipient names in MAPI messaging.