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

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)