getMessageBodyFields

Retrieves all the Textual mappings of just those text fields that apply to the Message BODY.

Syntax:

java.util.Map<java.lang.String,java.lang.String[]> getMessageBodyFields()

Parameters:

None

Returns:

A String mapping of MESSAGE_BODY_FIELD_PREFIX prefixed fields and their values, or empty map if none found.

Messaging API

Using the Messaging JavaBean