LumiSoft Mail Server User API
Item Property (index)
Namespaces > LumiSoft.MailServer.API.UserAPI > MailingListAclCollection > Item(Int32)
Gets a ACL entry in the collection by index number.
Syntax
C#Visual BasicManaged C++
public string Item [
	int index
] { get; }
Public ReadOnly Property Item ( _
	index As Integer _
) As String
public:
String^ Item {
	String^ get (int index);
}
Parameters
index (Int32)
An Int32 value that specifies the position of the ACL entry in the MailingListAclCollection collection.
Return Value

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)