Share via


Mailbox.MailboxMoveBatchName property

Gets the name of the move batch 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 MailboxMoveBatchName As String
    Get
'Usage
Dim instance As Mailbox
Dim value As String

value = instance.MailboxMoveBatchName
public string MailboxMoveBatchName { get; }

Property value

Type: System.String
The name of the move batch that contains this mailbox.

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace