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

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace