Results 1 to 2 of 2

Thread: Send formatted emails using MAPI

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Posts
    7

    Question Send formatted emails using MAPI

    I have developed an application to send mail from VB application using MAPI controls. I have used RichtextBox for Message Body to send formated text but it doesn't work, it sends only plain text message. How can I send formatted mail message using my application.


  2. #2
    Frenzied Member the182guy's Avatar
    Join Date
    Nov 2005
    Location
    Cheshire, UK
    Posts
    1,473

    Re: Send formatted emails using MAPI

    you need to use HTML tags so for example...
    Code:
    <HTML>
    
    <body bgcolor="#FFFFFF">
    <font face="verdana" size="2" color="#000066">
    Hello this is text formatted in Verdana font, size 2 and its colour is navy blue
    </font>
    </body>
    
    </html>
    Chris

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