Message.GetBytes Method

Definition

This methods return the body stream as a byte array

public byte[] GetBytes ();
member this.GetBytes : unit -> byte[]
Public Function GetBytes () As Byte()

Returns

Byte[]

Exceptions

throws if the event data has already been disposed.

Applies to