LumiSoft Net Help
Add Method (name, parametes, value)
NamespacesLumiSoft.Net.Mime.vCardItemCollectionAdd(String, String, String)
Adds new vCard item to the collection.
Declaration Syntax
C#Visual BasicVisual C++F#
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
)
member Add : 
        name : string * 
        parametes : string * 
        value : string -> Item 
Parameters
name (String)
Item name.
parametes (String)
Item parameters.
value (String)
Item value.
Return Value
Item

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

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