liebend gerne...
danke nochmal an kuisli
http://www.swissdelphicenter.ch/de/f...pic.php?t=7419
das problem liegt wohl hier:
ContentType := ContentTyp;
benenne den contenttype im Procedureaufruf nicht identisch wie das property vom idmessage - dann sollte es funktionieren.
z.B.
Delphi-Quellcode:
procedure sendNewsLetter(an: Tstringlist; att, Text: Tstrings;
vonMail, Betreff, Priority, CTyp, SMTPServer, SMTPUsername, SMTPPass: string;
SMTPPort, SmtpAuthType: integer);
gruss
kuisli