LumiSoft Net Help
ContentTransferEncoding Property
NamespacesLumiSoft.Net.MimeMimeEntityContentTransferEncoding
Gets or sets header field "Content-Transfer-Encoding:" value. This property specifies how data is encoded/decoded. If you set this value, it's recommended that you use QuotedPrintable for text and Base64 for binary data. 7bit,_8bit,Binary are today obsolete (used for parsing).
Declaration Syntax
C#Visual BasicVisual C++F#
public ContentTransferEncoding_enum ContentTransferEncoding { get; set; }
Public Property ContentTransferEncoding As ContentTransferEncoding_enum
	Get
	Set
public:
property ContentTransferEncoding_enum ContentTransferEncoding {
	ContentTransferEncoding_enum get ();
	void set (ContentTransferEncoding_enum value);
}
member ContentTransferEncoding : ContentTransferEncoding_enum with get, set
Property Value

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119