Traping an Outlook message created via IE

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Is it possible to catch an outlook message created from IE via
File - Send - Link by email ?

I initially thought I could use an Open event with the Inspector but
I've now realised that this isn't triggered in this case

Can this by trapped by other means?

Thanks
 
You'll be able to trap it when it hits the Sent Items folder, but not
before. Such messages are created with Simple MAPI and, therefore, bypass
Outlooks event handlers.
 
Thanks Sue

Sue Mosher said:
You'll be able to trap it when it hits the Sent Items folder, but not
before. Such messages are created with Simple MAPI and, therefore, bypass
Outlooks event handlers.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top