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