Specifications
Event Actions
# Sending a message
event "msclick" Windows MouseClick { }
event "New" Outlook ComposeNewMessage { }
event "SubmitComplete" Outlook SubmitMessageComplete { }
}
Outlook ComposeReplyAllMessage Event Action
The Outlook ComposeReplyAllMessage event action indicates that the user has
composed a reply to the sender and all other recipients. This action supports
the following parameter:
ExecutableName. The name of the process
Example
transaction "SendReplyAll"
module "SendReplyAll"
{
# Sending a message
event "msclick" Windows MouseClick { }
event "ReplyAll" Outlook ComposeReplyAllMessage { }
event "SubmitComplete" Outlook SubmitMessageComplete { }
}
Outlook ComposeReplyMessage Event Action
The Outlook ComposeReplyMessage event action indicates that the user
composed a reply to the sender of a message. This action supports the
following parameter:
ExecutableName. The name of the process
Example
transaction "SendReply"
module "SendReply"
{
# Sending a message
event "Reply" Outlook ComposeReplyMessage { }
event "SubmitComplete" Outlook SubmitMessageComplete { }
}
Outlook DeleteMessage Event Action
The Outlook DeleteMessage event action indicates that a message is deleted.
This action supports the following parameter:
BT Language Reference 145