View Single Post
  #3  
Old May 16th 08, 06:46 PM posted to microsoft.public.outlook.program_forms
HappyOne
external usenet poster
 
Posts: 3
Default Outlook Tab Security

Thanks for your fast reply. I have one more question. The
Application.Session.CurrentUser only returns the current user. Is there a way
to find out which group this user is in? Thanks in advance.

"Sue Mosher [MVP-Outlook]" wrote:

There is no such built-in security. You'd have to build your own scheme into the code behind the form. For example, you can check Application.Session.CurrentUser and, based on the result, call Item.GetInspector.ShowFormPage to show a particular page.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"HappyOne" wrote in message ...
When designing a outlook form, is there a way to hide certain tabs from
certain users? Or is there another way to do this? I am new to designing in
outlook so any help is greatly appreciated.

Thanks.


Ads