Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The PR_RECIPIENT_TYPEproperty 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_TYPEproperty consists of one required value and one optional flag.

PR_RECIPIENT_TYPEmust 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