LumiSoft Mail Server User API
FullName Property
Namespaces > LumiSoft.MailServer.API.UserAPI > User > FullName
Gets or sets user full name.
Syntax
C#Visual BasicManaged C++
public string FullName { get; set; }
Public Property FullName As String
public:
String^ FullName {
	String^ get ();
	void set (String^ value);
}

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)