This header describes the Content encoding during transfer.
If no Content-Transfer-Encoding header was present in the message, it is set to the default of SevenBit in accordance to the RFC.
public ContentTransferEncoding ContentTransferEncoding { public get; private set; }
Remarks
See RFC 2045 section 6 for details
See Also
MessagePart Class | OpenPop.Mime Namespace