MailUser.MailboxMoveSourceMDB Property
Gets the Active Directory identifier (ID) of the source database from which the user’s mailbox is being moved.
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 MailUser
Dim value As ADObjectId
value = instance.MailboxMoveSourceMDB
public ADObjectId MailboxMoveSourceMDB { get; }
Property Value
Type: Microsoft.Exchange.Data.Directory.ADObjectId
The ID of the source database.
See Also