End Google Ads 201810 - BS.net 01 --> Hi,
I need a solution to retrive the body of a mail in Lotus Notes.
->Until now i was able to retrive body in richText or LnFormat.
->But The HTML files which are not attachmnets are also comming along with it.
->Now i want to seperate these HTML linkings seperate.
->The code i used to retrive body is:
doc.GetItem("Body",rt);
rt.GetText(&ln);
This gets the complete body including the text in the HTML tht is not an attachmnet can any one provide me with a solution.

sampath-padamatinti