Visual Basic: MAPI Controls

AddressLabel Property

See Also    Example    Applies To

Specifies the appearance of the To edit control in the Address Book when the Show method is specified with the value argument missing or set to False.

Syntax

object.AddressLabel [ = value ]

The AddressLabel 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 an address label.

Remarks

This property is normally ignored and should contain an empty string to use the default label "To." However, when the AddressEditFieldCount property is set to 1, the user has the option of explicitly specifying another label (providing the number of editing controls required by the recipient set equals 1).

Data Type

String