AMTrigger.CurrentFolder

Related Topics

Syntax

%AMTrigger.CurrentFolder%

Trigger/Condition Supported

Email

Type

String

Description

Returns the current mailbox folder to use with the trigger.

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.

This example displays the message "The current folder is - %AMTrigger.CurrentFolder%" in a dialog box.

Copy
<AMSHOWDIALOG WINDOWTITLE="Email Trigger Return Value">The current folder is: %AMTrigger.CurrentFolder%</AMSHOWDIALOG>