Exporting Custom Fields from Outlook

  • Thread starter Thread starter Yan
  • Start date Start date
Y

Yan

Does anyone know how to export the custom fields for
Outlook tasks without using a .pst file? I tried all the
other file types, but they just export the fields found in
the task details. I need to export the custom fields i
have added to the task list. Can it even be done?

Thanks

Yan.
 
Outlook doesn't support exporting custom fields. Quick and dirty method:

1. Put all the items from your form in one folder.
2. Use a table view to display all the data fields that you want to export
to Excel.
3. Choose Edit | Select All.
4. Choose Edit | Copy.
5. Paste to Excel.

Otherwise, you'd have to write custom code or use a third-party application.
See http://www.outlookcode.com/d/customimport.htm .
 
Back
Top