Using classic Outlook for Windows in business environments
I was very very disappointment that I could only trigger a script for incoming mails and NOT for sent mails or moved mails via the GUI.
So I decided to investigate if it was perhaps possible to create the desired rules via VBA using the outlook.rule object. NoWay :(
I did have a look here
'https://learn.microsoft.com/en-us/office/vba/api/outlook.olruleactiontype
'https://learn.microsoft.com/en-us/office/vba/outlook/how-to/rules/specifying-rule-actions
Result:
'Start a script olRuleActionRunScript No (programmatically) Yes (Receive rules) No (Send rules)
'=> No Change to define a send rule which triggers a script neither via the wizard or via VBA
'olRuleActionNewItemAlert Yes Yes No (Send rules) '=> No change to have an Alert in case of a new message 'olRuleActionMoveToFolder Yes Yes No (Send rules) '=> This is an action not an alert (and not related to send)
So also this route seems to be dead