ContentType Constructor (String) |
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public ContentType(
string contentType
)
Public Sub New (
contentType As String
)
public:
ContentType(
String^ contentType
)
new :
contentType : string -> ContentType
Parameters
- contentType
- Type: SystemString
Type of the content.
See Also