| ContentTypeMediaSubtype Property |
Get or set the media subtype.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public string MediaSubtype { get; set; }
Property Value
StringThe media subtype.
Exceptions Remarks
Represents the media subtype of the
MimeEntity. Examples include
"html",
"jpeg", and
"octet-stream". This string should
always be treated as case-insensitive.
See Also