HeaderType  Conversion (HeaderType to String)

Performs an implicit conversion from HeaderType to String.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public static implicit operator string (
	HeaderType type
)

Parameters

type
Type: Aspose.EmailHeaderType
The 'HeaderType' object to convert.

Return Value

Type: String
The result of the conversion.
See Also