_SelectNamesDialog.InitialAddressList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets an AddressList object that determines the initial address list to be displayed in the Select Names dialog box. Read/write.
public:
property Microsoft::Office::Interop::Outlook::AddressList ^ InitialAddressList { Microsoft::Office::Interop::Outlook::AddressList ^ get(); void set(Microsoft::Office::Interop::Outlook::AddressList ^ value); };
public Microsoft.Office.Interop.Outlook.AddressList InitialAddressList { get; set; }
Public Property InitialAddressList As AddressList
Property Value
Remarks
Setting the InitialAddressList property is the programmatic equivalent to selecting an AddressList from the drop-down list for Address Book in the Select Names dialog box.
In its default state, InitialAddressList is the AddressList that has the property IsInitialAddressList set to True. IsInitialAddressList corresponds to setting Show this address list first in the Addressing dialog box, which is available by clicking Tools, and then Options in the Address Book dialog box.