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.
| C# | Visual Basic | Managed 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)