SerializableEmailAccountInfo.Enabled Property
Gets a value that describes if the instance is enabled.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
[DataMemberAttribute]
public bool Enabled { get; internal set; }
public:
[DataMemberAttribute]
property bool Enabled {
bool get();
internal: void set(bool value);
}
<DataMemberAttribute>
Public Property Enabled As Boolean
Get
Friend Set
End Property
Property Value
Type: System.Boolean
true if the instance is enabled; otherwise, false.
See Also
SerializableEmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top