An Inx_Api_MailingTemplate_MailingTemplate represents reusable mailing content that can be used as a basis for new mailings.
An Inx_Api_MailingTemplate_MailingTemplate represents reusable mailing content that can be used as a basis for new mailings. These templates are far less powerful than the templates provided by design collections, but can still save time in the creation of complex mailings with a common structure. For an example on how to retrieve and create MailingTemplates, see the Inx_Api_MailingTemplate_MailingTemplateManager documentation.
Located in /Api/MailingTemplate/MailingTemplate.php (line 21)
Inx_Api_BusinessObject | --Inx_Api_MailingTemplate_MailingTemplate
Returns the HTML text part of this mailing template, or null if the MIME type is MIME_TYPE_PLAIN_TEXT.
Returns the HTML text part of this mailing template, or null if the MIME type is MIME_TYPE_PLAIN_TEXT.
Returns the id of the list which this mailing template belongs to.
Returns the id of the list which this mailing template belongs to.
Returns the MIME type of this mailing template.
Returns the MIME type of this mailing template. May be one of:
Returns the name of the mailing template.
Returns the name of the mailing template.
Returns the plain text part of this mailing template, or
Returns the plain text part of this mailing template, or
Updates the HTML text part of this mailing template. commitUpdate() has been called.
Updates the HTML text part of this mailing template. The mailing template will not be updated on the server until commitUpdate() has been called.
Updates the name of the mailing template.
Updates the name of the mailing template. The mailing template will not be updated on the server until commitUpdate() has been called.
Updates the plain text part of the mailing template. commitUpdate() has been called.
Updates the plain text part of the mailing template. The mailing template will not be updated on the server until commitUpdate() has been called.
Inherited From Inx_Api_BusinessObject
Inx_Api_BusinessObject::commitUpdate()
Inx_Api_BusinessObject::getId()
Inx_Api_BusinessObject::reload()
Constant for the HTML text attribute.
Constant for the HTML text attribute.
Constant for the list context id attribute.
Constant for the list context id attribute.
Constant for the MIME type attribute.
Constant for the MIME type attribute.
Constant for the name attribute.
Constant for the name attribute. Used for ordering by the Inx_Api_MailingTemplate_MailingTemplateManager.
Constant for the plain text attribute.
Constant for the plain text attribute.
MIME type constant for HTML text templates.
MIME type constant for HTML text templates. This template has only a HTML text part.
MIME type constant for multipart templates.
MIME type constant for multipart templates. This template has a HTML and a plain text part.
MIME type constant for plain text templates.
MIME type constant for plain text templates. This template has only a plain text part.
Documentation generated on Thu, 17 Sep 2015 14:27:27 +0200 by phpDocumentor 1.3.2