How to Export email to Excel to include DATE?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to create an INDEX of all emails included in my Outlook file.
I've tried exporting to csv or xls but there is no choice to include the sent
or received date in the data. Any way to modify the standard Map Custom
Fields??
Thanks!
I'm using MS Outlook 2003
 
You can't change the fields available for export. However, if you use Access to set up a linked table connected to your mail folder, you will see the Received date among the available properties. Third-party export tools are also available; see http://www.outlookcode.com/d/customimport.htm#tools

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


--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top