How do I delete User-Defined Fields

  • Thread starter Thread starter T. Wise
  • Start date Start date
T

T. Wise

When I open a Contact Form and select the All Fields tab, two of the choices
I get are to show "User-Defined Fields in this Item" and "User-Defined
Fields in Folder".

I've got quite a few of these fields that I no longer need, and I'd like to
reduce the clutter. Is there some way I can delete those fields in one fell
swoop - that is, not having to go into each individual's contact form and
delete them manually?
 
Fields in the items need to be deleted one at a time from each item. You
could also write code to automate that, iterating the UserProperties
collection of each item and deleting each UserProperty in turn.

Fields in the folder need to be deleted one at a time from the folder, then
each existing item with those fields needs to have them deleted from the
item.

See www.outlookcode.com for more information on user defined fields.
 
Back
Top