LumiSoft Mail Server User API
Item Property (userID)
Namespaces > LumiSoft.MailServer.API.UserAPI > UserCollection > Item(String)
Gets a User object in the collection by user ID.
Syntax
C#Visual BasicManaged C++
public User Item [
	string userID
] { get; }
Public ReadOnly Property Item ( _
	userID As String _
) As User
public:
User^ Item {
	User^ get (String^ userID);
}
Parameters
userID (String)
A String value that specifies the user ID 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)