PR_REPLY_RECIPIENT_NAMES 

The PR_REPLY_RECIPIENT_NAMES property contains a list of display names for recipients that are to get a reply.

Quick Info

Header file:

MAPITAGS.H

May be exposed by:

Message objects

Identifier:

0x0050

Property type:

PT_TSTRING

Property tag:

0x0050001E (0x0050001F for Unicode)

 

Remarks

The PR_REPLY_RECIPIENT_NAMES property contains one string, with the display names separated by semicolons.

When this property is not present, a reply is sent only to the user identified by PR_SENDER_NAME_V.O03. When PR_REPLY_RECIPIENT_ENTRIES and PR_REPLY_RECIPIENT_NAMES 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_ENTRIES29H9_SU or PR_REPLY_RECIPIENT_NAMES 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.