Constructors
ReplyTemplate()
Methods
getAttachments(Integer)
Gets all attachment IDs belonging to a reply template.getHtmlBody(Integer)
Returns the reply template HTML body, in the language given by language. If language does not exists it will return default language.Supported languages depend on configuration.
getName()
Returns the name of the reply template.getPlainBody(Integer)
Returns the reply template plain text body in the given language (if available). If language does not exists, it will return default language.getSmsBody(Integer)
Returns the reply template SMS body, in the language given by language ID. If language does not exists it will return default language.getSubject(Integer)
Returns the reply template subject, in the language given by language. If language does not exists it will return default language.Supported languages depend on configuration.