LumiSoft Net Help
DataEncoded Property
NamespacesLumiSoft.Net.MimeMimeEntityDataEncoded
Gets or sets entity encoded data. If you set this value, be sure that you encode this value as specified by Content-Transfer-Encoding: header field. Set this value only if you need custom Content-Transfer-Encoding: what current Mime class won't support, other wise set data through this.Data property. Note: This property can be set only if Content-Type: isn't multipart.
Declaration Syntax
C#Visual BasicVisual C++F#
public byte[] DataEncoded { get; set; }
Public Property DataEncoded As Byte()
	Get
	Set
public:
property array<unsigned char>^ DataEncoded {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
member DataEncoded : byte[] with get, set
Property Value
array<Byte>[]()[][]

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