MailUser.ExchangeUserAccountControl Property
Gets the user account control flags for 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 ExchangeUserAccountControl As UserAccountControlFlags
Get
'Usage
Dim instance As MailUser
Dim value As UserAccountControlFlags
value = instance.ExchangeUserAccountControl
public UserAccountControlFlags ExchangeUserAccountControl { get; }
Property Value
Type: Microsoft.Exchange.Data.Directory.Recipient.UserAccountControlFlags
One of the enumeration values that indicates the user account control flags for this mail user.
See Also