LumiSoft Mail Server User API
Add Method (name, parametes, value)
Namespaces > LumiSoft.Net.Mime.vCard > ItemCollection > Add(String, String, String)
Adds new vCard item to the collection.
Syntax
C#Visual BasicManaged C++
public Item Add (
	string name,
	string parametes,
	string value
)
Public Function Add ( _
	name As String, _
	parametes As String, _
	value As String _
) As Item
public:
Item^ Add (
	String^ name, 
	String^ parametes, 
	String^ value
)
Parameters
name (String)
Item name.
parametes (String)
Item parameters.
value (String)
Item value.
Return Value

[Missing <returns> documentation for M:LumiSoft.Net.Mime.vCard.ItemCollection.Add(System.String,System.String,System.String)]

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