PidTagReplyRecipientEntries Canonical Property

Applies to: Outlook 2013 | Outlook 2016

Contains a sized array of entry identifiers for recipients that are to get a reply.

Property Value
Associated properties:
PR_REPLY_RECIPIENT_ENTRIES
Identifier:
0x004F
Data type:
PT_BINARY
Area:
MAPI envelope

Remarks

This property contains a FLATENTRYLIST structure and is not a multivalued property.

When this property is not present, a reply is sent only to the user identified by the PR_SENDER_ENTRYID (PidTagSenderEntryId) property. When this and the PR_REPLY_RECIPIENT_NAMES (PidTagReplyRecipientNames) 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 this property or the PR_REPLY_RECIPIENT_NAMES property is 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 email messages.

[MS-OXCMAIL]

Converts from Internet standard email conventions to message objects.

Header files

Mapidefs.h

Provides data type definitions.

Mapitags.h

Contains definitions of properties listed as alternate names.

See also

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names