Gets message body as bytes. The body will be returned as is.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public byte[] GetRawBodyData()
Visual Basic
Public Function GetRawBodyData As Byte()
Visual C++
public:
array<unsigned char>^ GetRawBodyData()

Return Value

The body data

See Also