LumiSoft Mail Server User API
SetDecodedValue Method (value)
Namespaces > LumiSoft.Net.Mime.vCard > Item > SetDecodedValue(String)
Sets item decoded value. Value will be encoded as needed and stored to item.Value property. Also property item.ParametersString is updated to reflect right encoding(always base64, required by rfc) and charset (utf-8).
Syntax
C#Visual BasicManaged C++
public void SetDecodedValue (
	string value
)
Public Sub SetDecodedValue ( _
	value As String _
)
public:
void SetDecodedValue (
	String^ value
)
Parameters
value (String)

[Missing <param> documentation for "value"]

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