NewInspector Event

Add-in Express™ Support Service
That's what is more important than anything else

NewInspector Event
 
Rup Go




Posts: 64
Joined: 2007-03-01
Hi guys,

i want to catch an event where user opened an inspector window, how will i know if the MAIL is first opened? or not?

private void adxOutlookEvents_NewInspector(object sender, object inspector, string folderName)
{
MessageBox.Show("clicked");

}

thanks in advance!
Posted 13 Apr, 2007 01:59:31 Top
Rup Go




Posts: 64
Joined: 2007-03-01
first opened meaning if it is the first time opening/reading the mail
Posted 13 Apr, 2007 02:09:56 Top
David Ing




Posts: 39
Joined: 2007-02-16
Unless your store your own state flag (i.e. in a user property or some other existing property that's unused) on a NewInspector event, then the easiest standard way is to look at the UnRead property, i.e:
http://msdn2.microsoft.com/en-us/library/bb175535.aspx
Posted 13 Apr, 2007 09:40:36 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
David, thank you for the help.


P.S. Note that we take up your forum requests in the order we receive them. Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 13 Apr, 2007 12:17:20 Top