ADUser.UMEnabledFlags2 Property
Namespace: Microsoft.Exchange.Data.Directory.Recipient
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property UMEnabledFlags2 As Integer
Get
Friend Set
'Usage
Dim instance As ADUser
Dim value As Integer
value = instance.UMEnabledFlags2
public int UMEnabledFlags2 { get; internal set; }
Property Value
Type: System.Int32
See Also