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