MessageSave-Again

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

Guest

Hi Michael
Thank you again, I have tried your VBA script and it is ok but for header it
saves only "FROM" and "TO"; it is possibile to save other information as
"Return-Path", "Received", "X-Mailer" etc...?
How could I do?
Andrea
 
HI Andrea,

the OOM doesn´t provide you with this info. You´d need e.g. CDO for
reading the PR_TRANSPORT_MESSAGE_HEADERS. You could then store the mail
manually or insert e.g. the header into the body, call MailItem.SaveAs
and then remove the header from the body again.
 
Back
Top