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

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)