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

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