LumiSoft Mail Server User API
DataEncoded Property
Namespaces > LumiSoft.Net.Mime > MimeEntity > DataEncoded
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.
Syntax
C#Visual BasicManaged C++
public byte[] DataEncoded { get; set; }
Public Property DataEncoded As Byte()
public:
array<unsigned char>^ DataEncoded {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)