Gets body decoded data.
Declaration Syntax
C# | Visual Basic | Visual 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
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
Exception | Condition |
---|---|
NotSupportedException | Is raised when body contains not supported Content-Transfer-Encoding. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119