• Subject: how to save incoming mail in TRUE csv format
  • Author: Matt
  • Date: 27 May 2010
  • References:
I have a script in Outlook 2007 that automatically saves incoming emails to a
folder as a txt. Simply changing my code to olCSV does not comma separate the
values. How can i convert this to a csv format? Is it possible?

Obviously I'm a real newbie. Thanks in Advance or all/any help!

here's my code:

Sub saveemail(myItem As Outlook.MailItem)
myItem.SaveAs "c:\mail\" & myItem.Subject & ".txt", olTXT

End Sub

Matt
27 May 2010how to save incoming mail in TRUE csv format.Matt
27 May 2010\ RE: how to save incoming mail in TRUE csv format.Sue Mosher [MVP]
Contact Us
All times are in (US) Eastern Daylight Time (GMT -4:00)