LumiSoft Mail Server User API
SetDecodedValue Method (name, value)
Namespaces > LumiSoft.Net.Mime.vCard > ItemCollection > SetDecodedValue(String, String)
Sets first item with specified value. If item doesn't exist, item will be appended to the end. If value is null, all items with specified name will be removed. Value is encoed as needed and specified item.ParametersString will be updated accordingly.
Syntax
C#Visual BasicManaged C++
public void SetDecodedValue (
	string name,
	string value
)
Public Sub SetDecodedValue ( _
	name As String, _
	value As String _
)
public:
void SetDecodedValue (
	String^ name, 
	String^ value
)
Parameters
name (String)
Item name.
value (String)
Item value.

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