Click or drag to resize
MimeKit

MimeEntityContentType Property

Get the type of the content.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public 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