Mailbox.GeneratedOfflineAddressBooks property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property GeneratedOfflineAddressBooks As MultiValuedProperty(Of ADObjectId)
Get
'Usage
Dim instance As Mailbox
Dim value As MultiValuedProperty(Of ADObjectId)
value = instance.GeneratedOfflineAddressBooks
public MultiValuedProperty<ADObjectId> GeneratedOfflineAddressBooks { get; }
Property value
Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>