Email - End Session

Declaration

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

Description: Ends a session started by a Create session activity.

Practical Usage

Commonly used to add header or footer information to a new or existing PDF document 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.

End email session "EmialSession2".

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