LumiSoft Mail Server User API
UserName Property
Namespaces > LumiSoft.MailServer.API.UserAPI > Server > UserName
Gets user name which was used to connect to mail server. NOTE: You must be connected before accessing this property.
Syntax
C#Visual BasicManaged C++
public string UserName { get; }
Public ReadOnly Property UserName As String
public:
String^ UserName {
	String^ get ();
}

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)