Mailbox.ExchangeUserAccountControl property
A mask used to retrieve the user account control flags associated with this mailbox.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property ExchangeUserAccountControl As UserAccountControlFlags
Get
'Usage
Dim instance As Mailbox
Dim value As UserAccountControlFlags
value = instance.ExchangeUserAccountControl
public UserAccountControlFlags ExchangeUserAccountControl { get; }
Property value
Type: Microsoft.Exchange.Data.Directory.Recipient.UserAccountControlFlags
One or more of the UserAccountControlFlags enumeration values.