Mailbox.Database Property
Gets the Active Directory identifier of the database that contains this mailbox.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property Database As ADObjectId
Get
'Usage
Dim instance As Mailbox
Dim value As ADObjectId
value = instance.Database
public ADObjectId Database { get; }
Property Value
Type: Microsoft.Exchange.Data.Directory.ADObjectId
The Active Directory identifier of the database that contains this mailbox.
See Also