Clients does not recognize changes to user-defined views

P

Per Koch

Hi
I've the problem, that if I change the layout of a view in a public folder
then the clients dows not recognize the changes. I've tried to restart the
clients. But it does not help. I also deleted the cache in the forms
directory (panic-action). That also did not help.
Is there a way to make the client reload the layout information of the
user-defined views - may-be programmatically??

Hope someone can help.

Regards Per
 
S

Sue Mosher [MVP-Outlook]

After you set up a new, named custom view on the folder, you need to write a little code to set the view's LockUserChanges property to True. That will prevent users from caching their own variations of that view.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
P

Per Koch

Thanks Sue! :)
Just what i needed :)

Sue Mosher said:
After you set up a new, named custom view on the folder, you need to write a little code to set the view's LockUserChanges property to True. That will prevent users from caching their own variations of that view.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top