LumiSoft Mail Server User API
Item Property (emailAddress)
Namespaces > LumiSoft.MailServer.API.UserAPI > UserEmailAddressCollection > Item(String)
Gets a user email address in the collection by user email address.
Syntax
C#Visual BasicManaged C++
public string Item [
	string emailAddress
] { get; }
Public ReadOnly Property Item ( _
	emailAddress As String _
) As String
public:
String^ Item {
	String^ get (String^ emailAddress);
}
Parameters
emailAddress (String)
A String value that specifies the user email address in the UserEmailAddressCollection collection.
Return Value

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)