Out of Resources Error Message

I have had to disable the add in due to the resource isue.

Outlook Activity

Drew - thanks for the post.

We've seen this error before when another add-in (a scheduling add-in) would change every appointment everytime it would update.  This would make FocusMe re-sync all Outlook appointments.

In Outlook, anytime a item is 'loaded' from Outlook's data store, a resource is created in the Outlook application memory.  This would include opening an inspector window (opening an item such as a task or appointment), or anytime an add-in is interrogating Outlook object model.

Resources management can be optimized by assuring all installed add-ins are using the Outlook resources wisely.  We try very hard to load resources and then unload them as soon as we're done.  This sometimes can be tricky.