HeaderCollectionGetValues Method

Gets the header values.

Namespace:  Aspose.Email.Mime
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public string[] GetValues(
	string name
)

Parameters

name
Type: SystemString
The header name.

Return Value

Type: String
The collection of header values.
See Also