LumiSoft Mail Server User API
Data Property
Namespaces > LumiSoft.Net.Mime > MimeEntity > Data
Gets or sets entity data. Data is encoded/decoded with "Content-Transfer-Encoding:" header field value. Note: This property can be set only if Content-Type: isn't multipart.
Syntax
C#Visual BasicManaged C++
public byte[] Data { get; set; }
Public Property Data As Byte()
public:
array<unsigned char>^ Data {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

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