AMTrigger.MessageID

Related Topics

Syntax

%AMTrigger.MessageID%

Trigger/Condition Supported

Email

Type

String

Description

Returns the ID of the email message received or sent.

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 ID of the email message is - %AMTrigger.MessageID%" in a dialog box.

Copy
<AMSHOWDIALOG WINDOWTITLE="Email Trigger Return Value">The ID of the email message is: %AMTrigger.MessageID%</AMSHOWDIALOG>