Click or drag to resize
MimeKit

ContentTypeMediaSubtype Property

Get or set the media subtype.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public string MediaSubtype { get; set; }

Property Value

String
The media subtype.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
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