> I am using a delphi 7 TRichedit box and using the code
> Smtpcli.MailMessage := editor.lines where editor is the Richedit.
You need to set the PlainText property to false to read rich text into a
stream or file, don't know about use of Lines.Text, not mentioned in the
help. Use the debugger to
Thanks for the info
I am using a delphi 7 TRichedit box and using the code Smtpcli.MailMessage :=
editor.lines
where editor is the Richedit. How do I set the Mime type for the TSmtpCli
component.
thanks
colin
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http
> 1. I have a richedit box hat I have formatted text in
> Smtpcli.MailMessage := editor.lines; I have noticed that none of
> the formatting is carried across to the sent email
How are you extracting the text from the richedit control, with which
method? To maintain RTF formatting, you also nee
Hi I have started looking at using the TSmtpCli and have a couple of question
if that is ok -
1. I have a richedit box hat I have formatted text in Smtpcli.MailMessage :=
editor.lines; I have noticed that none of the formatting is carried across to
the sent email and I am wondering why?
2.