MailKit Documentation
MailKit Documentation
API Reference
MimeKit
MimeContent Class
MimeContent Properties
Encoding Property
NewLineFormat Property
Stream Property
Mime
Content
Encoding Property
Get or set the content encoding.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
ContentEncoding
Encoding
{
get
; }
Property Value
ContentEncoding
The content encoding.
Implements
IMimeContent
Encoding
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
Reference
MimeContent Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast