Outlook Calendar Drag - does not fire selectionchange

H

hedgefence

I need a way to hook Outlook.AppointmentItem.Write when an item is dropped on
a new day/time in the calendar.

I currently hook the Inspectors.newinspector event and then hook
Outlook.AppointmentItem.Write if I'm on the correct form - my custome form
that is.

In most cases, this path works. Every change to and object goes through the
newinspector event - New inspectors, even direct editing the item through the
calender view causes the new inspector event to fire - it looks like it's
just missing on the drag/drop events.

This is not the case with the calendar drag opperation. I have tried
Explorer.Selection change - that looked prommising, but the selection is
empty when this event fires so there's no way that I've found to intercept
Outlook.AppointmentItem.Write in this case.

Please provide an alternative method to hook Outlook.AppointmentItem.Write
after a drag occurs in the calendar.
 

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