Results 1 to 2 of 2

Thread: MAPI messages in HTML format?

  1. #1
    Guest

    Post

    Does anyone know if it's possible to send emails using the MAPI control in HTML format? If not, is it possible using WinSock and where can I get information about this?

    What I know so far is that a line like 'Content-Type: text/html; charset=us-ascii' must be present in the email header in order for the receiving program to interpret it as HTML, but so far as I can see the MAPI controls have no option to enable me to do this.

    Regards

    Nick

  2. #2
    New Member
    Join Date
    Jun 2000
    Posts
    14
    I also have this problem. I wanted to use HTML to get more control over the layout of the email (eg Tables). I use MAPI and Outlook Express. I believe that the text that you assign to MsgNoteText is transmitted as HTML, however, if I assign an HTML as string to the NsgNotetext:

    Me.MAPIMessages1.MsgNoteText = "<!DOCTYPE HTML PUBLIC ..."

    It just gets wrapped once more into HTML and the text that the recipient gets reads <!DOCTYPE HTML PUBLIC ...". Is there any way how to tell MAPI or Outlook express that the message is already in HTML?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width