How can I clear the cache in an Outlook client pro grammatically?

Posted by Curtis Inderwiesche on Stack Overflow See other posts from Stack Overflow or by Curtis Inderwiesche
Published on 2010-03-31T15:41:23Z Indexed on 2010/03/31 15:43 UTC
Read the original article Hit count: 277

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.

Would this question better fit Server Fault Stack Exchange via an admin script/tool?

© Stack Overflow or respective owner

Related posts about vbscript

Related posts about outlook-2003