Gets decoded message body as bytes.

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

Syntax

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

Return Value

The body data.

Remarks

If message body is encoded using Base64, Uuencode, or Quoted-Printable codecs then message body will be decoded. If message body is in 7-bit or 8-bit form then body will be returned as is.

See Also