EmailAccountInfo.Enabled Property
Retrieves or sets a value that indicates whether the email account information is enabled.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailBase (in Wssg.HostedEmailBase.dll)
Syntax
public bool Enabled { get; set; }
public:
property bool Enabled {
bool get();
void set(bool value);
}
Public Property Enabled As Boolean
Property Value
Type: System.Boolean
true if the account information is enabled; otherwise, false..
See Also
EmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top