How to add owner and user fields to Outlook Task Export

  • Thread starter Thread starter damckinley
  • Start date Start date
D

damckinley

When you export tasks the system will give a list of
fields to choose from.

"Owner" is not on the list. How can you add it to the
list of selectable fields.

Also User Defined Fields work beautifully in Tasks, but
there does not appear to be a way to Export them either.

What I am trying to do is export the information to
Access so I can produce a report.
 
Hi

I found the following KB , hope it helps

How to programmatically export Outlook items to Access:
===================================================
Microsoft Knowledge Base Article - 290792 :
http://support.microsoft.com/?kbid=290792

SUMMARY
==============
This article provides an overview and sample code for importing Outlook
contact information into an Access table. The sample code in the "More
Information" section of this article should be run from an Access global
module. The code provides a starting point for the development of a
complete solution.

MORE INFORMATION
=====================
The Import and Export command in Outlook does not allow you to import or
export information in user-defined fields (or properties). To export
information from these fields, you may need to create a programming
solution that uses automation to convert the information.

Regards,
Venkat.
 
Back
Top