.BodyFormat = olFormatPlain

  • Thread starter Thread starter Adam Koczarski
  • Start date Start date
A

Adam Koczarski

I've created a VB app which uses Redemption to send an email. It works
great except the messages end up in HTML format went sent with Outlook
open and running on the sending machine. If Outlook is closed the
messages show up as plain text. I've tried using .BodyFormat =
olFormatPlain, but with the same results??

Any ideas how I can get plan text under both conditions?

TIA
 
Back
Top