Results 1 to 4 of 4

Thread: Catch Outlook ItemSend event

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2010
    Posts
    31

    Smile 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?

  2. #2
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    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

  3. #3

    Thread Starter
    Junior Member
    Join Date
    May 2010
    Posts
    31

    Re: Catch Outlook ItemSend event

    Allright, thank You, i'll try the Office-forum.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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
  •  



Click Here to Expand Forum to Full Width