You could store the values for the fields you want to hold steady to global
variables when the user opens the item, then reset them each one when
Item_PropertyChange or Item_Write fires. A custom form with the controls
disabled wouldn't hurt either.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Is it possible to prevent users from changing standard fields?
>
[quoted text clipped - 13 lines]
>
> Jeff Mowatt
Jeff Mowatt - 27 Feb 2004 08:15 GMT
Thanks Sue,
That's more or less what I'm doing and finding it hard to keep up with,
noticing that Property change for [start] can fire as many as 10 times when
I make a single change. Guess I'll have to deal with it then:-(
Regards,
Jeff
> You could store the values for the fields you want to hold steady to global
> variables when the user opens the item, then reset them each one when
[quoted text clipped - 17 lines]
> >
> > Jeff Mowatt