Click or drag to resize
MimeKit

BodyPartBasicContentTransferEncoding Property

Gets the Content-Transfer-Encoding of the body part.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public string ContentTransferEncoding { get; set; }

Property Value

String
The content transfer encoding.
Remarks

Gets the Content-Transfer-Encoding of the body part.

Hint: Use the MimeUtils.TryParse method to parse this value into a usable ContentEncoding.

See Also