LumiSoft Net Help
ContentTransferEncoding Property
NamespacesLumiSoft.Net.MIMEMIME_EntityContentTransferEncoding
Gets or sets content transfer encoding. Value null means that header field does not exist. RFC defined values are in MIME_TransferEncodings. Defined in RFC 2045 6.
Declaration Syntax
C#Visual BasicVisual C++F#
public string ContentTransferEncoding { get; set; }
Public Property ContentTransferEncoding As String
	Get
	Set
public:
property String^ ContentTransferEncoding {
	String^ get ();
	void set (String^ value);
}
member ContentTransferEncoding : string with get, set
Property Value
Remarks
Coding method used in a MIME message body part.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.

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