The Inx_Api_Rendering_Content contains the personalized content of a mailing for a specific recipient. information that can be retrieved from the Inx_Api_Rendering_Content includes:
The Inx_Api_Rendering_Content contains the personalized content of a mailing for a specific recipient. The information that can be retrieved from the Inx_Api_Rendering_Content includes:
Located in /Api/Rendering/Content.php (line 30)
Returns all regular attachments (files) of the mailing, or an empty array if there is no attachment.
Returns all regular attachments (files) of the mailing, or an empty array if there is no attachment.
Returns the bounce address of the mailing.
Returns the bounce address of the mailing. This address will be used for bounce messages.
Returns the content type of the mailing.
Returns the content type of the mailing.
Returns all embedded images of the mailing, or an empty array if there is no attachment.
Returns all embedded images of the mailing, or an empty array if there is no attachment.
Returns the header informations of the mailing. contain any null value, neither as key, nor as value.
Returns the header informations of the mailing. The map contains the key/value-pair of the headers and does not contain any null value, neither as key, nor as value. If there is no header, an empty map is returned. Note: This method allows header fields only to be defined once. If a header field is defined multiple times, the last value will be used. If you wish to define header fields multiple times, use the Inx_Api_Rendering_Content::getMultipleHeaders() method instead. Nonetheless, you should be aware that defining the same header field multiple times is discouraged by RFC 5322 as this is an obsolete behavior only permitted by legacy implementations.
Returns the HTML text part of the mailing, or null if the Inx_Api_Rendering_ContentType is Inx_Api_Rendering_ContentType::PLAIN_TEXT.
Returns the HTML text part of the mailing, or null if the Inx_Api_Rendering_ContentType is Inx_Api_Rendering_ContentType::PLAIN_TEXT.
Returns the header information of the mailing. encapsulating the key/value-pairs of the headers. field.
Returns the header information of the mailing. The list contains Inx_Api_Rendering_HeaderField objects encapsulating the key/value-pairs of the headers. This method allows multiple definitions of the same header field. If there is no header, an empty list is returned. Note: You should be aware that defining the same header field multiple times is discouraged by RFC 5322 as this is an obsolete behavior only permitted by legacy implementations.
Returns the plain text part of the mailing, or null if the Inx_Api_Rendering_ContentType is Inx_Api_Rendering_ContentType::HTML_TEXT.
Returns the plain text part of the mailing, or null if the Inx_Api_Rendering_ContentType is Inx_Api_Rendering_ContentType::HTML_TEXT.
Returns the recipient address of the mailing.
Returns the recipient address of the mailing.
Returns the reply address of the mailing.
Returns the reply address of the mailing. This address will be used for replies.
Returns the sender address of the mailing.
Returns the sender address of the mailing.
Returns the subject of the mailing, if any.
Returns the subject of the mailing, if any.
Documentation generated on Thu, 17 Sep 2015 14:27:23 +0200 by phpDocumentor 1.3.2