Mailbox.OfflineAddressBook property

Gets or sets the offline address book associated with the mailbox.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property OfflineAddressBook As ADObjectId
    Get
    Set
'Usage
Dim instance As Mailbox
Dim value As ADObjectId

value = instance.OfflineAddressBook

instance.OfflineAddressBook = value
public ADObjectId OfflineAddressBook { get; set; }

Property value

Type: Microsoft.Exchange.Data.Directory.ADObjectId
The identifier of the offline address book associated with the mailbox.

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace