Specifications
Event Types
ReadMessage
ReadMessageComplete
SelectionChange
Start
Stop
SubmitMessage
SubmitMessageComplete
WriteMessage
WriteMessageComplete
Example
The following is a sample rule set for Microsoft Outlook. It defines events using
several of the supported Outlook event actions. The alternate rule set enables
Application Response to report on Read and CheckName transaction times
separately from other transactions, even though Read and CheckNames
transactions may also be reported as parts of other monitored transactions.
resources
{
require one
{
resource Process { ExecutableName=$(Application Executable) }
resource Process { ExecutableName="OUTLOOK" }
}
additional
{
resource Windows { }
resource Outlook { }
resource Connection { }
}
}
transaction "Send"
Module "Send"
{
event "SubmitMsgBegin" Outlook SubmitMessage {}
event "SubmitMsgComplete" Outlook SubmitMessageComplete {}
event "DestroyWndw" Windows Destroy {}
}
transaction "DeleteMessage"
module "Delete"
{
#Deleting a message
choice
BT Language Reference 129










