I would like to send some text like in the attachment in the body of an email. The text contains, since it is in German, some special characters (umlauts) as ö, ä, ü.
If I put the text into the Text property of the MailBuilder these characters are replaced by some rubbish like letters.
I assume this is related to the "Content-Transfer-Encoding" settings of the email. This value is "quoted-printable" if the email is sent from Mail.dll but "8bit" if I send an email with a normal email program. But I have no idea where to change this.
I should be grateful if you could give advice in this matter.