Hi all,
In my application I write some text to the bottom of a mail body as a logging mechanism of some processing on the e-mail…
Now writing some text to the bottom of a RT body is no issue. But I also want to be able to write some text to the bottom of a Multipart MIME message. Without converting to richtext to preserve formatting etc.
Could someone help me with this? I think I would have to get the last sibling of the Body first child part or something like that… Been staring at the NotesMIMEEntity classes and trying some example code, but to no avail… ![]()
Thanks a lot in advance!!!