|
-
Mar 3rd, 2011, 05:37 AM
#1
Thread Starter
Junior Member
Catch Outlook ItemSend event
Hi 
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?
-
Mar 4th, 2011, 02:48 AM
#2
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
i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next
dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part
come back and mark your original post as resolved if your problem is fixed
pete
-
Mar 11th, 2011, 08:05 AM
#3
Thread Starter
Junior Member
Re: Catch Outlook ItemSend event
Allright, thank You, i'll try the Office-forum.
-
Mar 11th, 2011, 08:13 AM
#4
Re: Catch Outlook ItemSend event
Moved To Office Development
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|