Click or drag to resize
MimeKit

MimeContentEncoding Property

Get or set the content encoding.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public ContentEncoding Encoding { get; }

Property Value

ContentEncoding
The content encoding.

Implements

IMimeContentEncoding
Remarks
If the MimePart was parsed from an existing stream, the encoding will be identical to the ContentTransferEncoding, otherwise it will typically be Default.
See Also