permission to edit fields

A

AF

Hi,

We have an ASP app. that allows users to add an outlook
contact to their project. In code, the project number is
added to a contact custom field, and then the user saves
the contact. This is the only field that we want everyone
to be able to edit.

Is it possible to give users permission to edit only
certain custom (or built-in) fields in outlook, rather
than the only possibility to allow editing (of all fields)
or not?

Thanks,
Andrea
 
S

Sue Mosher [MVP-Outlook]

Not without getting into Exchange 2000/2003 per-field permissions. You can
do a certain amount with a custom form and disabled controls, but that won't
stop a determined user.
 
A

AF

Is there a way then, when I create the outlook app. in
ASP, to impersonate a different user that has permission
to edit rather than being the current windows user (so
then I can change the field value even for users that do
not have edit permissions)?

Thanks again,
Andrea
 
Top