Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Re: HTML and indy 9

www.cryer.info
Managed Newsgroup Archive

Re: HTML and indy 9

Subject:Re: HTML and indy 9
Posted by:"Claude" (aorang..@wanadoo.fr)
Date:Fri, 23 Mar 2007 08:21:50

Another thing

So I use D7 and Indy 9.something
5where do I get the version number. In one of the file it use for D7
includes file ver 150

I use on my form only 2 component IdSMTP1 et Idmessage1. May be I have to
use a conversion component?

So.... so
Claude
"Claude" <aorangi&@wanadoo.fr> a écrit dans le message de news:
46037c5c@newsgroups.borland.com...
> Alors what is wrong
>
> I hesitate to download indy 10 because I always had trouble when I replace
> component. Are they totaly compatible? The instal project doen't clean the
> old version. Do I have tot take all component manually?
>
> I am not sure that that will solve the problem.
>
> I really read carefully your text and before I sent a message I try every
> version of it!but without succes.
> reagards
> claude
>
>
> "Claude" <livreplus@magic.fr> a écrit dans le message de news:
> 4602b2b4@newsgroups.borland.com...
>> Hi
>> I try to use the exemple one the nevrona page about html with indy to
>> send a html page which display as such in a email.
>>
>> It just doesn'want to work. Content ID Unknow
>> For the body text I put the HTML Text in text!
>> I got the html text code source on the email but no pages
>>
>> With TIdtext.Create(idMessage1.MessageParts,nil) do
>> begin
>> Body.Text:=F_Coordonnees.ADODataSet2.FieldByName('MEMOTEXTE').AsString;//
>> HTML TEXTE in a mamo field in a database
>> ContentType:='Text/Html';
>> end;
>>
>> what do I do wrong?
>> regards
>> claude

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive