
Changing a field to Read only when form sent if it contains data
Outlook properties themsleves don't have a read-only attribute. If you want
to prevent changes to a property, you can either use a separate read layout
with a read-only control or use code to negate any changes the user makes.
--
Sue Mosher, Outlook MVP
Author of
Teach Yourself Microsoft Outlook 2000 Programming in 24 Hours
Microsoft Outlook 2000 E-mail and Fax Guide
Outlook and Exchange solutions at http://www.slipstick.com
Quote:
> Is it programatically possible to change the attributes of a field to READ
> ONLY if it contains any data and has been sent?
> Suggestions anyone?