Interface Inx_Api_TriggerMail_Attachment

Description

The

  1. Attachment
object represents a regular attachment or an embedded image of a trigger mailing and is part of the
  1. TriggerMailContent
object.

The

  1. Attachment
object represents a regular attachment or an embedded image of a trigger mailing and is part of the
  1. TriggerMailContent
object.

  • author: chge, 09.07.2012
  • see: getAttachments()
  • see: getEmbeddedImages()
  • deprecated: As of 1.11.10, Inx_Api_TriggerMail_TriggerMailingRenderer has been replaced with Inx_Api_Rendering_GeneralMailingRenderer
  • since: API 1.10.0

Located in /Api/TriggerMail/Attachment.php (line 18)


	
			
Method Summary
an getContent ()
the getName ()
the getSize ()
Methods
getContent (line 53)

Returns an input stream of the content of this attachment. attachment.

Returns an input stream of the content of this attachment. This method is used to download the content of this attachment.

  • return: input stream of the content of this attachment.
  • access: public
an getContent ()
getContentType (line 38)

Returns the MIME type of this attachment, e.

Returns the MIME type of this attachment, e.g.

  1. application/pdf
or
  1. image/gif
.

  • return: MIME type of this attachment.
  • access: public
the getContentType ()
getName (line 31)

Returns the file name of a regular attachment or the image identifier of an embedded image.

Returns the file name of a regular attachment or the image identifier of an embedded image. An embedded image is referenced in a message body using an <img> tag, as follows:

 	<img src="cid:Image-Identifier">

  • return: file name of a regular attachment or the image identifier of an embedded image.
  • access: public
the getName ()
getSize (line 45)

Return the size of the content of this attachment in bytes.

Return the size of the content of this attachment in bytes.

  • return: size of the content of this attachment in bytes.
  • access: public
the getSize ()

Documentation generated on Thu, 17 Sep 2015 14:27:20 +0200 by phpDocumentor 1.3.2