Specifications
Event Actions
Module "Send"
{
event "SubmitMsgBegin" Outlook SubmitMessage {}
event "SubmitMsgComplete" Outlook SubmitMessageComplete {}
event "DestroyWndw" Windows Destroy {}
}
Outlook WriteMessage Event Action
The Outlook WriteMessage event action indicates that Outlook saved the
properties of a message. This action supports the following parameter:
ExecutableName. The name of the process
Example
transaction "Write"
module "Write"
{
event "Event1" Outlook WriteMessage { }
event "Event2" Outlook WriteMessageComplete { }
}
Outlook WriteMessageComplete Event Action
The Outlook WriteMessageComplete event action indicates that the previous
operation, WriteMessage, has completed. This action supports the following
parameter:
ExecutableName. The name of the process
Example
transaction "Write"
module "Write"
{
event "Event1" Outlook WriteMessage { }
event "Event2" Outlook WriteMessageComplete { }
}
Process Start Event Action
The Process Start event action indicates that the specified process has started.
This action supports the following parameter:
ExecutableName. The name of the process
Note: You cannot use the IgnoreEvents clause for a Process Start event.
150 BTStudio Administration Guide