HeaderCollectionInsert Method

Inserts the header in collection. If collection contains headers with the same name this header will be inserted before other headers with the same name.

Namespace:  Aspose.Email.Mime
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void Insert(
	string name,
	string value
)

Parameters

name
Type: SystemString
The header name.
value
Type: SystemString
The header value.
See Also