PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Program Addins BeforeItemMove firing twice

Reply

BeforeItemMove firing twice

 
Thread Tools Rate Thread
Old 18-06-2008, 09:59 PM   #1
Manish
Guest
 
Posts: n/a
Default BeforeItemMove firing twice


Im registering for MAPIFolderEvents_12_BeforeItemMoveEventHandler events on
Calendar Folder. When an appointment is deleted, or shift-deleted, my
handler does get called.

However, if I shift-delete an appointment (ie MoveTo folder in the callback
is null), and I cancel the event .. ie
public void CbkBefMov(object Item, Outlook.MAPIFolder MoveTo, ref bool
Cancel)
{
if (MoveTo == null) { Cancel = true; }
}
then the callback gets invoked a second time. This is bizzare. Any ideas
why?

Thanks
Manish Rao


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off