LumiSoft Net Help
SetDecodedValue Method (name, value)
NamespacesLumiSoft.Net.Mime.vCardItemCollectionSetDecodedValue(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.
Declaration Syntax
C#Visual BasicVisual C++F#
public void SetDecodedValue(
	string name,
	string value
)
Public Sub SetDecodedValue ( 
	name As String,
	value As String
)
public:
void SetDecodedValue(
	String^ name, 
	String^ value
)
member SetDecodedValue : 
        name : string * 
        value : string -> unit 
Parameters
name (String)
Item name.
value (String)
Item value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119