Documentation Center

Outbound E-mail Script Extension API

You can access the Outbound E-mail Script Extension to create Page Templates or Component Templates written in VBScript or Jscript. This appendix describes the methods and properties in the Outbound E-mail Script Extension API.

The API methods and properties fall into the following functional categories:

Functional areaFunctions and propertiesDescription
URL generation

GetConfirmURL()

GetChangeProfileURL()

GetUnsubscribeURL()

GetLinkBinaryURL()

Methods for generating URLs that Outbound E-mail can process.
E-mail format delimiters

GetTextStartTag()

GetTextEndTag()

GetHTMLStartTag()

GetHTMLEndTag()

Methods for inserting delimiters around the plain-text and HTML versions of the e-mail.
Personalization

GetTaggedCP()

GetTGStartTag()

GetTGEndTag()

Methods for marking content as restricted to certain Target Groups.
Tracking

GetOpenTrackingURL()

GetLinkTrackingURL()

Methods for tracking e-mails, e-mail response, and binaries in e-mails.
Plain-text formatting

ConvertXHTMLToText()

SetLineWidth()

WrapText()

Methods for formatting the plain-text version of the e-mail message
E-mail HTML v Web HTML

IsRenderingEmail()

Method for distinguishing between HTML in an e-mail message and HTML in a Web page.
Adding binary content to an e-mail

AttachFile()

EmbedImage()

Methods for adding embedded or attached binary content to an e-mail.