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

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