PR_RECIPIENT_TYPE

4/8/2010

The PR_RECIPIENT_TYPE property contains the recipient type for a message recipient.

Additional Information

Must be exposed by:

Recipient subobjects

Identifier:

0x0C15

Property type:

PT_LONG

Property tag:

0x0C150003

Remarks

The recipient type contained in the PR_RECIPIENT_TYPE property consists of one required value and one optional flag.

PR_RECIPIENT_TYPE must contain exactly one of the following values:

  • MAPI_TO
    The recipient is a primary (To) recipient. Clients are required to handle primary recipients; all other types are optional.
  • MAPI_CC
    The recipient is a carbon copy (CC) recipient, a recipient that receives a message in addition to the primary recipients.
  • MAPI_BCC
    The recipient is a blind carbon copy (BCC) recipient. Primary and carbon copy recipients are unaware of the existence of BCC recipients.

Requirements

Header mapitags.h
Library cemapi.lib
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Other Resources

Windows Mobile Defined MAPI Properties