Share via


AcceptedDomain.UseAddressBook property

When overridden in a derived class, the UseAddressBook property gets a Boolean value that indicates whether the address book contains all recipients for the domain represented by the instance of the class derived from the AcceptedDomain class.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property UseAddressBook As Boolean
    Get
'Usage
Dim instance As AcceptedDomain
Dim value As Boolean

value = instance.UseAddressBook
public abstract bool UseAddressBook { get; }

Property value

Type: System.Boolean
When overridden in a derived class, the UseAddressBook property returns true if the address book contains all the recipients for the domain represented by the instance of the class derived from the AcceptedDomain class; otherwise, the property returns false.

See also

Reference

AcceptedDomain class

AcceptedDomain members

Microsoft.Exchange.Data.Transport namespace