EmailAccount.IsActivated Property
Whether the email account is activated. True if the account is activated; otherwise, False.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public bool IsActivated { get; private set; }
public:
property bool IsActivated {
bool get();
private: void set(bool value);
}
Public Property IsActivated As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
This is only available on Small Business Server 2011 Essentials.
See Also
EmailAccount Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top