The Inx_Api_Mail_MailContent contains the personalized content of a mailing for a specific recipient.
The Inx_Api_Mail_MailContent contains the personalized content of a mailing for a specific recipient. The information that can be retrieved from the Inx_Api_Mail_MailContent includes:
Located in /Api/Mail/MailContent.php (line 31)
Returns all regular attachments (files) of the mail.
Returns all regular attachments (files) of the mail.
Returns the bounce address of the mail.
Returns the bounce address of the mail. This address will be used for bounce messages.
Returns all embedded images of the mail.
Returns all embedded images of the mail.
Returns the header information of the mail.
Returns the header information of the mail. The associative array contains the key/value-pair of the headers. 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
Returns the HTML text part of the mail, or null if the mail type is
Returns the HTML text part of the mail, or null if the mail type is Inx_Api_Mail_MailContent::MAIL_TYPE_PLAIN_TEXT
Returns the mail type of this mail - either:
Returns the mail type of this mail - either:
Returns the header information of the mail.
Returns the header information of the mail. The array contains Inx_Api_Mail_HeaderField objects encapsulating the key/value-pairs of the headers. This method allows for multiple defined header fields. 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 mail, or null if the mail type is
Returns the plain text part of the mail, or null if the mail type is Inx_Api_Mail_MailContent::MAIL_TYPE_HTML_TEXT
Returns the recipient address of the mail.
Returns the recipient address of the mail.
Returns the reply address of the mail.
Returns the reply address of the mail. This address will be used for replies.
Returns the sender address of the mail.
Returns the sender address of the mail.
Returns the subject of the mail.
Returns the subject of the mail.
Mail type indicating a HTML text mail.
Mail type indicating a HTML text mail. This mail has only a HTML text part.
Mail type indicating a multipart mail.
Mail type indicating a multipart mail. This mail has a HTML and a plain text part.
Mail type indicating a plain text mail.
Mail type indicating a plain text mail. This mail has only a plain text part.
Documentation generated on Thu, 17 Sep 2015 14:27:26 +0200 by phpDocumentor 1.3.2