LumiSoft Mail Server User API
GetGroupByName Method (groupName)
Namespaces > LumiSoft.MailServer.API.UserAPI > GroupCollection > GetGroupByName(String)
Gets a Group object in the collection by group name.
Syntax
C#Visual BasicManaged C++
public Group GetGroupByName (
	string groupName
)
Public Function GetGroupByName ( _
	groupName As String _
) As Group
public:
Group^ GetGroupByName (
	String^ groupName
)
Parameters
groupName (String)
Group name.
Return Value
A Group object value that represents the group in virtual server.

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)