More Outlook Resource Sites

Microsoft Developer Network (MSDN)

FAQs and other general resources

Login

login
password
Remember me

You will need to register and log in if you want to download the source code for the Microsoft Outlook Programming book. The forums and code sharing areas are open to both registered and non-registered visitors.

forum 09-Sep-2010 06:23

Looking for help with Outlook programming projects — VSTO, add-ins, VBA, custom Outlook forms, etc.? You′ve come to the right place!

NEW! >> Subscribe to this site via RSS. For more RSS options, see the complete list of feeds on our main news page.

 

    Page [ 1 ]  
 Outlook Form Design Printer Friendly Version
Designing custom Outlook forms and form regions and writing code for them
Topic
Customized forms : Is it possible to hide a tab
Hi,
On a customized form stored in a public contact folder, could it be possible to hide a tab, or certain fields, to some people.
For example, a tab named VIP could contain sensitive information that only 2 or 3 people should be able to read.
 

  05-Nov-2009  13:23
  05-Nov-2009  13:41   
You can use VBScript code behind the form to call the Inspector.ShowFormPage and HideFormPage methods as needed.

BUT ... any data in the item will still be visible to a curious user in the folder list. The only way to truly hide it is to put sensitive information into a completely different place and use code behind the form to display it in unbound controls.
    Page [ 1 ]  
Post a new message to this topic.



name        email