HostedEmailConfiguration.EnableDisableUserSupported Property
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