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
public abstract bool UseAddressBook { get; }
public:
virtual property bool UseAddressBook {
    bool get () abstract;
}
/** @property */
public abstract boolean get_UseAddressBook ()
public abstract function get UseAddressBook () : boolean

Property Value

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003