LumiSoft Mail Server User API
Value Property
Namespaces > LumiSoft.Net.Mime.vCard > Item > Value
Gets or sets item encoded value. NOTE: If you set this property value, you must encode data by yourself and also set right ENCODING=encoding; and CHARSET=charset; prameter in item.ParametersString !!! Normally use method item.SetDecodedStringValue method instead, this does all you need.
Syntax
C#Visual BasicManaged C++
public string Value { get; set; }
Public Property Value As String
public:
String^ Value {
	String^ get ();
	void set (String^ value);
}

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