getTextFields

Retrieves the generic mapping of all the Text fields that make up this message. This mapping will typically contain those fields that require user input, such as BODY and SUBJECT fields.

Syntax:

java.util.Map<java.lang.String,java.lang.String> getTextFields()

Parameters:

None

Returns:

A string mapping of fields and their values.

Messaging API

Using the Messaging JavaBean