lock To and CC field in form

  • Thread starter Thread starter Bryce
  • Start date Start date
B

Bryce

Hi,
i have a form that works but i need to lock the To and CC fields so users
can not change whom the form should be emailed to. I set it at read only and
removed the To and CC buttons. so far so good.

Users are able to open the address book and edit the fields of where to go.
is there a way i can lock this form so the needed email address always stay
in the form.

Thanks
 
Try handling the PropertyChange event for the form and disallow changes to
To or CC or BCC in that event handler.
 
hi,
Thanks for the quick reply. I am not familiar with the PropertyChange.
doing a 'help' search was not successful. If possible can you explain a
little more with steps how or what to look for.
Thanks.
 
Back
Top