OfflineAddressBook.IsDefault property
Gets or sets a value that indicates whether the address book is the user’s default offline address book.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property IsDefault As Boolean
Get
Set
'Usage
Dim instance As OfflineAddressBook
Dim value As Boolean
value = instance.IsDefault
instance.IsDefault = value
public bool IsDefault { get; set; }
Property value
Type: System.Boolean
true if the address book is the user’s default offline address book; otherwise, false.
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace