ContentType Constructor (String)

Initializes a new instance of the ContentType class.

Namespace:  Aspose.Email.Mime
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public ContentType(
	string contentType
)

Parameters

contentType
Type: SystemString
Type of the content.
See Also