If anyone here has experience with the use of the JCL MAPI components, I would appreciate some assistance. I found on Stack Overflow a MAPI.SendMail class which seems very useful, but when the message body is in HTML, the underlying JCL code puts the HTML in an attachment, not in the body of the e-mail, where I need it. This appears to be the standard JCL approach to that issue, unless there is some property I have missed?

Comments

  1. OK, it looks as though I have been asking the wrong question. Apparently MAPI will not support embedded HTML content, and I need to use SMTP. However, the desired behavior is for our app to invoke Outlook as the transmission medium. So the question becomes: Is there a (hopefully simple) way to achieve this goal, with support for HTML or RTF formatted e-mail, presenting a dialog in our app, but passing the content to Outlook? This is not something I have needed to do before.

    ReplyDelete
  2. I use Chilkat to handle email in my CRM system , I can highly recommend them .http://www.chilkatsoft.com/

    ReplyDelete
  3. I use the tjclemail class which has htmlbody property

    ReplyDelete

Post a Comment