Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Send Email Via Outlook
#11
This works for me to save file in HTML format.
Code:
Copy      Help
email.Saveas("C:\temp\test.htm" Outlook.olHTML)
This works for me to save file in RichText format.
Code:
Copy      Help
email.Saveas("C:\temp\test.rtf" Outlook.olRTF)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)