PidTagReplyRecipientNames Canonical Property

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Contains a list of display names for recipients that are to get a reply.

Associated properties:

PR_REPLY_RECIPIENT_NAMES, PR_REPLY_RECIPIENT_NAMES_A, PR_REPLY_RECIPIENT_NAMES_W

Identifier:

0x0050

Data type:

PT_STRING8, PT_UNICODE

Area:

MAPI envelope

Remarks

These properties contain the display names separated by semicolons.

When this property is not present, a reply is sent only to the user identified by the PR_SENDER_NAME (PidTagSenderName) property. When PR_REPLY_RECIPIENT_ENTRIES (PidTagReplyRecipientEntries) and these properties are defined, the reply is sent to all of the recipients identified by these two properties. A transport provider uses these properties to override the usual reply logic.

If either PR_REPLY_RECIPIENT_ENTRIES or these properties are set, the other property must be set also. These properties must contain the same number of recipients, and they must contain them in the same order. Failure to observe these requirements can cause unpredictable results.

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 messages.

  • [MS-OXCMAIL]
    Converts from Internet standard e-mail conventions to 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