AddressEditFieldCount Property

       

Specifies which edit controls to display to the user in the Address Book dialog box when the Show method is specified with the value argument missing or set to False.

Syntax

object.AddressEditFieldCount [ = value ]

The AddressEditFieldCount 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 which edit controls to display, as described in Settings.

Settings

The settings for value are:

Setting Description
0 No edit controls; only browsing is allowed.
1 (Default) Only the To edit control should be present in the dialog box.
2 The To and CC (copy) edit controls should be present in the dialog box.
3 The To, CC (copy), and BCC (blind copy) edit controls should be present in the dialog box.
4 Only those edit controls supported by the messaging system should be present in the dialog box.

Remarks

For example, if AddressEditFieldCount is 3, the user can select from the To, CC, and BCC edit controls in the Address Book dialog box. The AddressEditFieldCount is adjusted so that it is equal to at least the minimum number of edit controls required by the recipient set.

Data Type

Integer