LumiSoft Mail Server User API
Add Method (parameterName, parameterValue)
Namespaces > LumiSoft.Net.Mime > HeaderFieldParameterCollection > Add(String, String)
Adds a new header field parameter with specified name and value to the end of the collection.
Syntax
C#Visual BasicManaged C++
public void Add (
	string parameterName,
	string parameterValue
)
Public Sub Add ( _
	parameterName As String, _
	parameterValue As String _
)
public:
void Add (
	String^ parameterName, 
	String^ parameterValue
)
Parameters
parameterName (String)
Parameter name.
parameterValue (String)
Parameter value.

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