LumiSoft Mail Server User API
Item Property (groupID)
Namespaces > LumiSoft.MailServer.API.UserAPI > GroupCollection > Item(String)
Gets a Group object in the collection by group ID.
Syntax
C#Visual BasicManaged C++
public Group Item [
	string groupID
] { get; }
Public ReadOnly Property Item ( _
	groupID As String _
) As Group
public:
Group^ Item {
	Group^ get (String^ groupID);
}
Parameters
groupID (String)
A String value that specifies the group ID of the Group object in the GroupCollection collection.
Return Value
A Group object value that represents the group in virtual server.

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)