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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top