Traping an Outlook message created via IE

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
 
S

Sue Mosher [MVP-Outlook]

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.
 
D

Dave

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
 
Top