LumiSoft Net Help
Add Method (parameterName, parameterValue)
NamespacesLumiSoft.Net.MimeHeaderFieldParameterCollectionAdd(String, String)
Adds a new header field parameter with specified name and value to the end of the collection.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Add(
	string parameterName,
	string parameterValue
)
Public Sub Add ( 
	parameterName As String,
	parameterValue As String
)
public:
void Add(
	String^ parameterName, 
	String^ parameterValue
)
member Add : 
        parameterName : string * 
        parameterValue : string -> unit 
Parameters
parameterName (String)
Parameter name.
parameterValue (String)
Parameter value.

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