Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a value that indicates whether a user can be enabled or disabled.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public bool EnableDisableUserSupported { get; }
public:
property bool EnableDisableUserSupported {
bool get();
}
Public ReadOnly Property EnableDisableUserSupported As Boolean
Property Value
Type: System.Boolean
true if a user can be enabled or disabled; otherwise, false.
See Also
HostedEmailConfiguration Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top