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.
java.util.Map<java.lang.String,java.lang.String> getTextFields()
None
A string mapping of fields and their values.