getSubjectFields

Obtain all the Textual mappings of only those text fields that apply to the Message SUBJECT.

Syntax:

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

Parameters:

None

Returns:

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

Messaging API

Using the Messaging JavaBean