Is it possible to set/change sent date in an email in Outlook 2002

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

Guest

Hi,

I have a CSV file of emails in the same format as outlook's and can import
them into outlook. BUT, I cant set the sent date in anyway that I can see,
even in VBA it is readonly. Does anyone know how this can be done ? are there
open formats that Outlook will import from that does support a sent date ?

Any help received will be most appreciated

Neil
 
Not in the Outlook Object Model. In Extended MAPI/CDO 1.21/Redemption you
should be able to set the PR_CLIENT_SUBMIT_TIME Extended MAPI property.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Thanks,

I will give it a try

Dmitry Streblechenko said:
Not in the Outlook Object Model. In Extended MAPI/CDO 1.21/Redemption you
should be able to set the PR_CLIENT_SUBMIT_TIME Extended MAPI property.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Hi,

Is it possible to add a field if it isnt there. The delivered date and
submitted fiels are blank.

thanks

neil
 
Yes. Adding a field is not any diffrent from modifying it in Extended MAPI:
the property will be created if it is not already there.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top