After a hard search )Thanks to the forum) I found out how to send emails via the mapi interface (using Lotus-Notes).
Unfortunately I can't send messages in the body longer than 250 characters.
The limitation is not in the MAPI-Interface but I don't know how to put a longer text into the variable
MAPI.MessageNoteText.
Does anyone know how to use a binary or a BLOB-Variable, or any other trick to put in a longer text.
Thanks
Christian
0
Comments
MAPI.MsgNoteText := Body1 + Body2;