View Single Post
  #2  
Old December 2nd 06, 04:32 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlk 2k3 Stript: How Protect Boxes ?

A custom Outlook form? (There is a newsgroup specifically for Outlook forms issues "down the hall" at microsoft.public.outlook.program_forms or, via web interface, at http://www.microsoft.com/office/comm...rogram_f orms)

See http://www.outlookcode.com/d/propsyntax.htm for information on how to work with control properties, including Enabled. You can't disable the message body control, though. What you could do on your custom form page is hide it and show a different control with the body text in it.


--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"news.microsoft.com" wrote in message ...
Hi All,

In my form I want to make some object In "read only" for some users

I'll check the name of outlook session and I'll allow or not to the user
to modify or not

the Task Body
item.companies
some combobox

Tks


Ads