FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour BODY of a message resolved!!
Posts: 401
Joined: Tue Jan 05, 2010 02:33 PM
BODY of a message resolved!!
Posted: Fri Feb 04, 2011 10:55 AM
read a body of a message of outllok we can make :

Local oOutlook := TOleAuto():New( "Outlook.Application" )
Local myOlExp := oOutlook:ActiveExplorer
...

cBody := oMail:body

But often we have the body with html text

we can read it from cBody := oMail:HTMLbody


But I can show it as a text ..

look it please





How I can make to show it on a box memo as html ?
FWH .. BC582.. xharbour

Continue the discussion