Time

G

Guest

I have reviewed the MS Outlook VB Reference.

Are there any Time information property available for MailItem ? only
ReceivedTime is relevant to Mailflow.
Actually, I was trying to look for some useful time info e.g. Mail
submittion time or time when it reach mail gw ...etc.

I tried "CreationTime" but it is not quite useful.
 
K

Ken Slovak - [MVP - Outlook]

What's exposed in the Outlook object model is all you can get unless you use
a lower level API such as CDO 1.21 or Extended MAPI or a 3rd party COM
wrapper for MAPI such as Redemption (www.dimastr.com/redemption). Then you
can get at PR_CLIENT_SUBMIT_TIME.

The other MAPI properties you can get:

PR_CREATION_TIME
PR_LAST_MODIFICATION_TIME
PR_MESSAGE_DELIVERY_TIME

are the same as those exposed in the Outlook object model.
 

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