Backgroundinfo:
- I am currently working on a project which runs on UiPath and includes Outlook. I need the Windows Task Scheduler to schedule a Task once an E-Mail is coming in.
The Problem:
- I understand in order to schedule a Task on an event an Event ID is needed - as far as I know there is no EventID for receiving E-Mails, but I heard that there is one for sending E-Mails.
The Workaround:
- If an E-Mail is received, with Outlook-Rules I send an automatic response and upon sending there should be the "Sending E-Mail"-Event and with that I can Schedule a Task.
That's it for the theory but I can't find the EventID I need, does it even exist? Am I looking in the wring places?
I tried sending an E-Mail whilst checking with the "Event-Viewer" if any Event fires, but nothing happens. The only Outlook ID's I can find are:
- ID 32: The store C:\(...) has detected a catalog checkpoint.
- ID 45: Outlook loaded the following add-in(s): (...)
- ID 63: The Exchange web service request GetAppManifests succeeded.