Share via


MailUser.MailboxMoveFlags property

Gets the flags associated with moving the mailbox of this mail user.

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

Syntax

'Declaration
Public ReadOnly Property MailboxMoveFlags As RequestFlags
    Get
'Usage
Dim instance As MailUser
Dim value As RequestFlags

value = instance.MailboxMoveFlags
public RequestFlags MailboxMoveFlags { get; }

Property value

Type: Microsoft.Exchange.Data.Directory.Recipient.RequestFlags
One of the enumeration values that indicates the flags associated with moving the mailbox of this mail user.

See also

Reference

MailUser class

MailUser members

Microsoft.Exchange.Data.Directory.Management namespace