HeaderCollectionAdd Method (String, String)

Adds the header.

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

Parameters

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