LumiSoft Mail Server User API
SetValue Method (name, parametes, value)
Namespaces > LumiSoft.Net.Mime.vCard > ItemCollection > SetValue(String, String, String)
Sets first item with specified name encoded 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.
Syntax
C#Visual BasicManaged C++
public void SetValue (
	string name,
	string parametes,
	string value
)
Public Sub SetValue ( _
	name As String, _
	parametes As String, _
	value As String _
)
public:
void SetValue (
	String^ name, 
	String^ parametes, 
	String^ value
)
Parameters
name (String)
Item name.
parametes (String)
Item parameters.
value (String)
Item encoded value.

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