Email - End session

Declaration

<AMEMAIL ACTIVITY="end_session" SESSION="text" />

Related Topics

Description

Ends a session started by an Email - Create session activity.

Practical Usage

Commonly used to add header or footer information to a new or existing PDF file which can be used to present consistent data, such as date, time, document title or company logo.

Parameters

Server

Property Type Required Default Markup Description
Session Text Yes (Empty) SESSION="mysession" The name of the email session to end.

Description

Error Causes

On Error

Example

NOTE:
  • The sample AML code below can be copied and pasted directly into the Steps Panel of the Task Builder.
  • Parameters containing user credentials, files, file paths, and/or other information specific to the task must be customized before the sample code can run successfully.

Description

This sample task ends an email session.

Copy
<AMEMAIL ACTIVITY="end_session" SESSION="EmailSession2" />