ContentTypeMediaType Property |
Gets or sets the internet media type.
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string MediaType { get; set; }
Public Property MediaType As String
Get
Set
public:
property String^ MediaType {
String^ get ();
void set (String^ value);
}
member MediaType : string with get, set
Property Value
Type:
StringA String that contains the media type.
See Also