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

You can capture NewInspector(), unless the item was opened by using Send To
in order to attach a file to a new email. In that case NewInspector()
doesn't even fire.

If an item is changed in an existing Inspector you can handle the
item.Open() event. However, I don't think that's what's actually happening,
I think a new Inspector is opened and the previous one is closed.

If the item is actually added to Inbox you could handle Inbox.Items.Add().

--
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
...
Ok. When open mail item from hard disk then outlook place it in active
inspector and shows Inbox as its parent folder. Can we capture these
events when it attach to inspector.


Ads