AMTrigger.MessageID

Syntax

%AMTrigger.MessageID%

Trigger/Condition Supported

Email

Type

String

Description

Returns the ID of the email message received or sent.

Example

NOTE:
  • Copy and paste the sample AML code below directly into the Task Builder Steps Panel.
  • To successfully run the sample code, update parameters containing user credentials, files, file paths, or other information specific to the task to match your environment.

This example displays the message "The ID of the email message is - %AMTrigger.MessageID%" in a dialog.

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

Related Topics