 | MimeEntityContentType Property |
Gets the type of the content.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic ContentType ContentType { get; }
Property Value
Type:
ContentTypeThe type of the content.
RemarksThe Content-Type header specifies information about the type of content contained
within the MIME entity.
See Also