LumiSoft Net Help
Data Property
NamespacesLumiSoft.Net.MIMEMIME_b_SinglepartBaseData
Gets body decoded data.
Declaration Syntax
C#Visual BasicVisual C++F#
public byte[] Data { get; }
Public ReadOnly Property Data As Byte()
	Get
public:
property array<unsigned char>^ Data {
	array<unsigned char>^ get ();
}
member Data : byte[] with get
Property Value
array<Byte>[]()[][]
Remarks
NOTE: Use this property with care, because body data may be very big and you may run out of memory. For bigger data use GetDataStream()()()() method instead.
Exceptions
ExceptionCondition
NotSupportedExceptionIs raised when body contains not supported Content-Transfer-Encoding.

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