tMail() and RichText (RTF)

Post Reply
User avatar
NK
Posts: 97
Joined: Sun Nov 20, 2005 4:32 pm
Location: Germany
Contact:

tMail() and RichText (RTF)

Post by NK »

Hello Fivewinners,

it is possible to send an eMail with tMail() in RichFormat (RTF from TRichEdit() )

RTF-Text as body-Text

Any ideas ?

Regards, Norbert
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Post by James Bott »

Norbert,

>RTF-Text as body-Text

Email has to be in HTML, so maybe you can find some way to do a conversion on-the-fly. One way might be using Word and OLE.

James
User avatar
NK
Posts: 97
Joined: Sun Nov 20, 2005 4:32 pm
Location: Germany
Contact:

Post by NK »

James Bott wrote:Norbert,

>RTF-Text as body-Text

Email has to be in HTML, so maybe you can find some way to do a conversion on-the-fly. One way might be using Word and OLE.

James
James,

and how do I send a html-text? if I send it over DEFINE MAIL only the html-code will displayed.

Regards Norbert
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Post by James Bott »

Norbert,

With MAPI and OE this is what I found.
If the attachment file is html (has a .htm or .html extension) and you do not specify any TEXT (a message) then the file will appear in the message area.
I have not tried this with Outlook.

James
Post Reply