_SelectNamesDialog.ShowOnlyInitialAddressList Property

Definition

Returns or sets a Boolean (bool in C#) that determines if the AddressList represented by InitialAddressList is the only AddressList available in the drop-down list for Address Book in the Select Names dialog box. Read/write.

public:
 property bool ShowOnlyInitialAddressList { bool get(); void set(bool value); };
public bool ShowOnlyInitialAddressList { get; set; }
Public Property ShowOnlyInitialAddressList As Boolean

Property Value

Remarks

The default value of this property is False, meaning that all address lists are displayed. To restrict the drop-down list for Address Book to the one indicated by InitialAddressList, set ShowOnlyInitialAddressList to True.

If you do not set the InitialAddressList property and then set ShowOnlyInitialAddressList to True, then the AddressList with IsInitialAddressList equal to True will be the only address list available in the drop-down list for Address Book.

Applies to