AMTrigger.MessageID

Syntax

%AMTrigger.ProtocolType%

Trigger/Condition Supported

Email

Type

Text (options)

Description

Returns the protocol type used to receive or send the email message.

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 protocol type is - %AMTrigger.ProtocolType%" in a dialog.

Copy
<AMSHOWDIALOG WINDOWTITLE="Email Trigger Return Value">The protocol type is: %AMTrigger.ProtocolType%</AMSHOWDIALOG>

Related Topics