AddressBook Class

The AddressBook class is the base class for classes that provide top-level access to the Recipient API objects for a virtual server.

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.Transport.AddressBook

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

Syntax

'Declaration
Public MustInherit Class AddressBook
'Usage
Dim instance As AddressBook
public abstract class AddressBook

Remarks

The Recipient API does not provide any built-in logging or auditing capabilities. We recommend that you implement logging and auditing in your applications that use the Recipient API. By providing logging and auditing, you can help to mitigate problems from failures or errors that would go unnoticed without any logging.

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.