Click or drag to resize
MimeKit

IMimeEntityContentType Property

Get the type of the content.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
ContentType ContentType { get; }

Property Value

ContentType
The type of the content.
Remarks

The Content-Type header specifies information about the type of content contained within the MIME entity.

See Also