Update Calendar month view

F

Frank

How can I get Outlook to update the Calendar month view?

I have some code that can delete an appointment. If the deleted
appointment happens to be the last one for the day, the day number
should be changed from bold to normal. This works fine if the
appointment is deleted through the Outlook UI, but does not work when
the appointment is deleted via code.

Thanks,

Frank
 
K

Ken Slovak - [MVP - Outlook]

In code you'd have to switch folders and back again, changing
Explorer.CurrentFolder. Unfortunately that of course causes a flicker in the
UI.
 
Top