J
Josh Einstein
I have an add in mostly developed in C# and I'm using the events of the
Application.Reminders collection to provide my own UI for the reminder
functionality. This works very well except that quite often, the reminders
folder seems to get hosed. I first noticed this because occasionally
reminders would fail to fire at all. If I restart Outlook a couple times it
fixes it or if I start Outlook with the /cleanreminders switch it fixes it.
Also I have verified the corruption using OutlookSpy.
Does anyone have any experience using managed code against the Reminders
collection? For COM interop, it is recommended never to call
Marshal.ReleaseComObject but is this one of those rare occasions where I
should?
Application.Reminders collection to provide my own UI for the reminder
functionality. This works very well except that quite often, the reminders
folder seems to get hosed. I first noticed this because occasionally
reminders would fail to fire at all. If I restart Outlook a couple times it
fixes it or if I start Outlook with the /cleanreminders switch it fixes it.
Also I have verified the corruption using OutlookSpy.
Does anyone have any experience using managed code against the Reminders
collection? For COM interop, it is recommended never to call
Marshal.ReleaseComObject but is this one of those rare occasions where I
should?