Prevent moving a calendar item (again)

C

Casper

Hi,
Asked this before and Dmitry says he answered it here, but I can't find his
response, sorry for reposting.

I've got an addin (form region) which (among other things) have
userproperties with dates which are the outer boundaries for the appointment.
I can handle in the addin that the user should not set start and end dates
beyond these boundaries but the user can still drag the appointment to
another date without my addin code checking. I've tried to use the
MAPIFolderEvents_12_BeforeItemMoveEventHandler delegate since it can be
cancelled but it only fires when moving the item to another folder. The
ItemsEvents_ItemChangeEventHandler on the items collection does not allow the
action to be cancelled.
Any ideas?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top