Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : HTML and indy 9 Part 3 (and last)

www.cryer.info
Managed Newsgroup Archive

HTML and indy 9 Part 3 (and last)

Subject:HTML and indy 9 Part 3 (and last)
Posted by:"Claude" (aorang..@wanadoo.fr)
Date:Sun, 25 Mar 2007 21:49:54

Hi
In the exemple in the indy paper

with TIdText.Create(IdMessage1.MessageParts, nil) do begin
      Body.Text := 'HTML goes here';
      ContentType := 'text/html';
    end;
How does look the 'HTML goes here' like im my exemple?
Body.Text:='<HTML><B><P>Do you mean that kind of
HTML</B></P></BODY></HTML>';
or what do you mean by that?
regards
Claude

Replies:

www.cryer.info
Managed Newsgroup Archive