AddressList.IsInitialAddressList Property
Returns a Boolean (bool in C#) that indicates if the AddressList is the initial AddressList shown in the Select Names dialog. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property IsInitialAddressList As Boolean
Get
'Usage
Dim instance As AddressList
Dim value As Boolean
value = instance.IsInitialAddressList
[DispIdAttribute()]
bool IsInitialAddressList { get; }
Property Value
Type: System.Boolean
Remarks
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.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace