AMTrigger.ProtocolType

Related Topics

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

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