body property

IMessageBody? get body

Property getter and setter for body:

Implementation

IMessageBody? get body;
set body (IMessageBody? body)

Implementation

set body(IMessageBody? body);