Gets body encoded data.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public byte[] EncodedData { get; }
Public ReadOnly Property EncodedData As Byte() Get
public: property array<unsigned char>^ EncodedData { array<unsigned char>^ get (); }
member EncodedData : 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 GetEncodedDataStream()()()() method instead.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119