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

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