G
Guest
Hi All.
I have a strange problem. I am using C# to create an Addin that prompts
before a user deletes a calendar item and cancels if necessary. I have this
working on my default calendar and another calendar I created in my mailbox.
I tie into the SelectionChange event and if the Item being selected is an
appointment, I keep a local var of it and register its BeforeDelete event to
ask my question. The probelm is when I open another users calendar and view
it side by side with my calendar. I know that the selectionchange event is
firing for the other users calendar and my BeforeDelete event is registered
but when I delete the item on that calendar I never get my prompt. I have
double checked all this using OutLookSpy. I can see where items on my
calendar always trigger the beforedelete event while items on the other users
folder never trigger this event. This seems to be the only event the other
users folder items don't trigger. I am using OL2003 with the 2003 PIA's. Any
suggestions would be great.
I have a strange problem. I am using C# to create an Addin that prompts
before a user deletes a calendar item and cancels if necessary. I have this
working on my default calendar and another calendar I created in my mailbox.
I tie into the SelectionChange event and if the Item being selected is an
appointment, I keep a local var of it and register its BeforeDelete event to
ask my question. The probelm is when I open another users calendar and view
it side by side with my calendar. I know that the selectionchange event is
firing for the other users calendar and my BeforeDelete event is registered
but when I delete the item on that calendar I never get my prompt. I have
double checked all this using OutLookSpy. I can see where items on my
calendar always trigger the beforedelete event while items on the other users
folder never trigger this event. This seems to be the only event the other
users folder items don't trigger. I am using OL2003 with the 2003 PIA's. Any
suggestions would be great.