IMsgInspector.Body Property

Definition

Get the message body.

public System.Collections.Generic.List<byte> Body { get; }
member this.Body : System.Collections.Generic.List<byte>
Public ReadOnly Property Body As List(Of Byte)

Property Value

list of bytes representing the message body, format dependent on body type

Applies to