Catch Outlook ItemSend event
Hi :wave:
I have an application running on a server.
The application is being used by several clients. I want the application to respond to each client's push on the "Send"-button in Outlook (and save the email in a public Outlook-folder). Does anyone know if it is possible to catch the Outlook ItemSend event
from the application without having to use the ThisOutlookSession module on each clients machine?
Re: Catch Outlook ItemSend event
i believe you would need to declare an instance of outlook with events for each user
possibly this would be better in the office development forum, you could ask a mod to move the thread
Re: Catch Outlook ItemSend event
Allright, thank You, i'll try the Office-forum.
Re: Catch Outlook ItemSend event
Moved To Office Development