 | ContentTypeMediaType Property |
Get or set the type of the media.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic string MediaType { get; set; }
Property Value
StringThe type of the media.
Exceptions
Remarks
Represents the media type of the
MimeEntity. Examples include
"text",
"image", and
"application". This string should
always be treated as case-insensitive.
See Also