I am executing the following routine often in order to clear the local cache of many Outlook clients (Outlook 2003) in order to fix corrupted Forms stored on the users local drive.

  1. On the Tools menu, click Options, and then click the Other tab.
  2. Click Advanced Options.
  3. In the Advanced Options box, click Custom Forms.
  4. In the Custom Forms box, click Manage Forms.
  5. In the Forms Manager box, click Clear Cache.

Is there a way I can program this to occur on the local client?

I am looking for a solution that could be included in Outlooks VBScript in order to include it in yet another 'Organizational Forms Library' Forms client side validation code.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

How to use the Outlook 2003 forms cache and to troubleshoot forms cache problems lists as an option simply deleting the cache folder - and there's a script which does just that here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.