~Fritz EkfoobergflarApr 1, 2016, 4:56 PM202 Poststry using Call z = 0 For z = 0 To UBound(emplist) Call rtItem.Addnewline(1) Call rtItem.Appendtext(empList(z)& Chr(10) & Chr(13)) ' Tried with and with out the chr() and variations thereof.. Next
~Mary ChuabergApr 4, 2016, 12:35 PM82 PostsWorks fine for meI removed the chr(13) chr(10) because not necessary and changed the form to Memo so I could see in my mail file and got this result. Is there something funky about the Body field on your EmailNoticePlain field (ie. is it not rich text?) Employee List Bob McGrath to: Bob McGrath 04/04/2016 08:34 AM This message is digitally signed. 06900%Company A%Test,Brett%Test of something or another%Management Information Systems%CN=John Doe/O=SOME_NOTES%05/14/1997% 06901%company A%Test,Bill%Test Manager of Bill Solutions%Management Information Systems%CN=John Doe/O=SOME_NOTES%05/14/1996% 06902%Company A%Test,Ted%Test Manager of Ted Solutions%Management Information Systems%CN=John Doe/O=SOME_NOTES%05/14/1995%
~Sigmund UmwemanoniApr 4, 2016, 4:17 PM323 PostsI can suggest something ...before you send the email, try a rtitem.Update() call. Hey, sometimes it works for me.
~Justin XanluburakoiApr 12, 2016, 1:01 PM1 PostsNew reply to: can't insert into the body of a new memoAs has been said above I always use "Call" for the rtitem statements you are using and also use memo for the name of the mail form first to make sure it works before using any other design of mail form.