PC Review


Reply
Thread Tools Rate Thread

CustomViewsOnly

 
 
Yu
Guest
Posts: n/a
 
      8th May 2009
I created some views in the public folders and want to restrict users to use
these views by default.
I searched the web and books and it seems that I can use below properties to
control.
However, I have no idea how to use this. any help?

CustomViewsOnly
LockUserChanges


 
Reply With Quote
 
 
 
 
Sue Mosher [MVP]
Guest
Posts: n/a
 
      9th May 2009
You have to write and run code. This Outlook VBA snippet would set property
values on the currently displayed folder:

Set fld =Application.ActiveExplorer.CurrentFolder
fld.CustomViewsOnly = True
fld.LockUserChanges = True
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54

"Yu" wrote:

> I created some views in the public folders and want to restrict users to use
> these views by default.
> I searched the web and books and it seems that I can use below properties to
> control.
> However, I have no idea how to use this. any help?
>
> CustomViewsOnly
> LockUserChanges
>
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:10 AM.