CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2007
    Posts
    21

    How to HTML Email using Simple MAPI Interface

    I have C++ Simple MAPI routines for sending emails. This works well for straight text emails. I have prepared a HMTL body for emailing but do not know how to flag the fact that the body is HTML to the client when using Simple MAPI.

    Can this be done with Simple MAPI ?

    If it can't be done using Simple MAPI how is it done using an alternative.
    Let's start with Extended MAPI before moving on to something super sophisticated.
    Try to keep it simple. I'm only looking at sending a single email body with simple HTML.

    Thanks

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,244

    Re: How to HTML Email using Simple MAPI Interface

    [ Moved thread ]

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

Featured