LumiSoft Net Help
Data Property
NamespacesLumiSoft.Net.MimeMimeEntityData
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.
Declaration Syntax
C#Visual BasicVisual C++F#
public byte[] Data { get; set; }
Public Property Data As Byte()
	Get
	Set
public:
property array<unsigned char>^ Data {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
member Data : byte[] with get, set
Property Value
array<Byte>[]()[][]

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