Clients does not recognize changes to user-defined views

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
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
 
Back
Top