Cheers!
"Sue Mosher [MVP-Outlook]" <(E-Mail Removed)> wrote in message
news:8106BB42-B929-44F0-A326-(E-Mail Removed)...
> When in doubt, check the object browser: Press ALt+F11 to open the VBA
environment in Outlook, then press F2. Switch from <All Libraries> to
Outlook to browse all Outlook objects and their properties, methods, and
events. Select any object or member, then press F1 to see its Help topic.
>
> You'll find that the Outlook MailItem object includes a ReceivedTime
property. If you prefer to use CDO, you can use Message.TimeReceived.
> --
> Sue Mosher, Outlook MVP
> Author of Microsoft Outlook Programming: Jumpstart
> for Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
>
> "Hcoms" wrote:
>
> > Hello ,
> >
> > How can you using vba get the received date and time of an email. I have
> > used CBO to get the email address of the sender but i can not figure out
how
> > to get the date and time.
> >
> > Cheers
> >
> >
> >
> >