Specifications

Event Actions
event "chckCmplt" Outlook CheckNamesComplete { }
}
Outlook CheckNamesComplete Event Action
The Outlook CheckNamesComplete event action indicates that the previous
operation, CheckNames, has completed. This action supports the following
parameter:
ExecutableName. The name of the process
Example
transaction "CheckNames"
module "CheckNames"
{
event "msclick" Windows MouseClick { }
event "chcknm" Outlook CheckNames { }
event "chckCmplt" Outlook CheckNamesComplete { }
}
Outlook ComposeForwardMessage Event Action
The Outlook ComposeForwardMessage event action indicates that the user
composed a forwarded message. This action supports the following parameter:
ExecutableName. The name of the process
Example
transaction "ForwardMessage"
module "ForwardMessage"
{
event "Event1" Outlook ComposeForwardMessage { }
event "Event2" Outlook SubmitMessageComplete { }
}
Outlook ComposeNewMessage Event Action
The Outlook ComposeNewMessage event action indicates that the user
composed a new message. This action supports the following parameter:
ExecutableName. The name of the process
Example
transaction "SendNew"
module "SendNew"
{
144 BTStudio Administration Guide