Thread: item open event
View Single Post
  #6  
Old March 27th 09, 02:39 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default item open event

That's what's available, if it doesn't do what you want I don't know of any
other ways.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"dibyaranjan rath" wrote in message
...
I tried with Inbox.Items.Add(). Sometime Inbox.Items.Add() is fire before
onnewinspector & inspector_activate() when open mailitem from hard disk.
But sometime it's fired after onnewinspector & inspector_activate()
events, for this case if i check the parent item name for mailitem in
onnewinspector then it shows Inbox while Inbox.Items.Add() is not yet
fired.
So due to this i cant find the difference between mail open from
outlook/hard drive


Ads