Mailbox.MailboxMoveSourceMDB property

Gets the Active Directory identifier of the source database.

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

Syntax

'Declaration
Public ReadOnly Property MailboxMoveSourceMDB As ADObjectId
    Get
'Usage
Dim instance As Mailbox
Dim value As ADObjectId

value = instance.MailboxMoveSourceMDB
public ADObjectId MailboxMoveSourceMDB { get; }

Property value

Type: Microsoft.Exchange.Data.Directory.ADObjectId
The identifier of the source database.

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace