RecipType Property

       

Specifies the type 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.RecipType [ = value ]

The RecipType property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
value An integer expression specifying the type of recipient, as described in Settings.

Settings

The settings for value are:

Constant Value Description
mapOrigList 0 The message originator.
mapToList 1 The recipient is a primary recipient.
mapCcList 2 The recipient is a copy recipient.
map BccList 3 The recipient is a blind copy recipient.

Remarks

The value of RecipType depends on the currently indexed message, as selected by the RecipIndex property. You cannot set the recipient type to 0 (the message system uses a value of 0 to indicate the message originator.)

Data Type

Integer