new ArchActionSendAutoReply(coreSendAutoReplyAction)
The Architect Scripting class for the Send Auto Reply action.
Instances of this action should be created by calling ArchFactoryActions#addActionSendAutoReply
Parameters:
| Name | Type | Description |
|---|---|---|
coreSendAutoReplyAction |
Object | ( Internal ) an Architect core collect input action. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionSendAutoReply'.
-
readonly bcc :ArchValueEmailAddressCollection
-
The list of bcc addresses.
-
readonly cc :ArchValueEmailAddressCollection
-
The list of cc addresses.
-
readonly from :ArchValueEmailAddress
-
The from address to use on the reply that is sent.
-
readonly isArchActionSendAutoReply :boolean
-
Returns true indicating that this is an ArchActionSendAutoReply instance.
-
readonly messageBody :ArchValueString
-
The message body.
-
readonly outputSuccess :ArchActionOutput
-
The success output for this action
- Inherited From:
-
replyMode :string
-
The reply mode set on the send auto reply action. The string values in
ArchEnums#SEND_AUTO_REPLY_MODESlists valid values. -
readonly replyTo :ArchValueEmailAddress
-
The replyTo address to use.
Methods
-
setMessageBodyVariable(messageBodyVariable)
-
Helper method to set a variable on the messageBodyVariable property.
Parameters:
Name Type Description messageBodyVariablestring | ArchVariableString the variable to hold the subject data