LumiSoft Mail Server User API
Enabled Property
Namespaces > LumiSoft.MailServer.API.UserAPI > Group > Enabled
Gets or sets if group is enabled.
Syntax
C#Visual BasicManaged C++
public bool Enabled { get; set; }
Public Property Enabled As Boolean
public:
bool Enabled {
	bool get ();
	void set (bool value);
}

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)