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