How to export outlook data including dates to Access

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.
 
S

Susie Johnson

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
 
J

John Nurick

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
 

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

Top