Hello there. I have successfully read my emails from outlook into access. The problem is that I am trying to get the sent date field but I can not figure out the command for it. Below you will find the commands I used to find the subject, body and sender. Than kyou so much!

Mailobject.Subject
Mailobject.SenderName
Mailobject.body

Hi, sorry for the slow reply.

Just looked in Object Explorer for the Outlook object.

Try Mailobject.SentOn
It is a property that returns the date the email was sent on.
Alternatively, Mailobject.ReceivedTime appears to return the date of receipt.

This is untested though as I don't use Outlook (despite it being installed on my machine).

Hope that helps.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.