LumiSoft Mail Server User API
FormattedName Property
Namespaces > LumiSoft.Net.Mime.vCard > vCard > FormattedName
Gets or sets formatted(Display name) name. Returns null if FN: item doesn't exist.
Syntax
C#Visual BasicManaged C++
public string FormattedName { get; set; }
Public Property FormattedName As String
public:
String^ FormattedName {
	String^ get ();
	void set (String^ value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)