How to export outlook data including dates to Access

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

Guest

I am able to export all the contents of mails in a folder except the dates
and the attachments to access.
Can any one help in this regard.
I am trying to implement a task management system in access.
 
what dates are you referring to?

if you right-click LINK and the data is not there-- that you're lokoing
for-- then you need to navigate the properties collection of the MailItem
Proprerties collection
 
You'll need to use VBA code to manipulate the Outlook object model.
www.outlookcode.com and www.slipstick.com are good places to find
information on this.

If you want to keep the attachments in the database read up on the
AppendChunk and GetChunk methods. In general it's probably simpler to
store them as files in a folder and just keep their names and locations
in the database.

On Mon, 7 May 2007 07:49:01 -0700, Nitin Ranade <Nitin
 
Back
Top