RecipDisplayName Property

       

Specifies the name of the currently indexed recipient. This property is not available at design time. It is read-only unless MsgIndex is set to -1.

Syntax

object.RecipDisplayName [ = value ]

The RecipDisplayName property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
value A string expression specifying the name of the recipient.

Remarks

The name in this property is the recipient's name, as displayed in the message header. The value of RecipDisplayName depends on the currently indexed message, as selected by the RecipIndex property. The ResolveName method uses the recipient name as it is stored here.

Data Type

String