need to send rtf format using smtp and vb6 or vb.net

  • Thread starter Thread starter aharbour
  • Start date Start date
A

aharbour

Hi
I am upgrading our current system that sends email using vb6 and mapi.
RTF emails are send out using the mapirtf.dll api library.

I cannot find a way to send out emails in rtf format, only plain text
or html.
I am using the CDO.Message object.

does anyone have any suggestions other than using an rtf to html tool
none of which that
i have tried gives an exact match of the rtf code.

Thanks
AH
 
You'd need an additional .dll that works with CDO. Either that or use Redemption. See http://www.outlookcode.com/d/formatmsg.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top