D
Dorian
Sometimes when I change the selection in the explorer the SelectionChange
event gets triggered twice, other times it gets triggered once. I've been
able to fix it somewhat by filtering out when a MailItem is UnRead, but when
clicking through my read emails, I still get multiple triggers per MailItem.
I hookup the event in the addin Startup event and I've been breakpointing it
to make sure it only gets triggered once.
The functionality that I want is to trigger the event everytime a new
Explorer selection is made.
event gets triggered twice, other times it gets triggered once. I've been
able to fix it somewhat by filtering out when a MailItem is UnRead, but when
clicking through my read emails, I still get multiple triggers per MailItem.
I hookup the event in the addin Startup event and I've been breakpointing it
to make sure it only gets triggered once.
The functionality that I want is to trigger the event everytime a new
Explorer selection is made.