I will see an image at the end of my text e-mail.
...
myMail.textbody = myMail.textbody & "Yours sincerely," & vbCRLF
myMail.textbody = myMail.textbody & vbCRLF
myMail.textbody = myMail.textbody & vbCRLF
myMail.textbody = myMail.textbody & (image)
I was trying, but I do not know the correct code.
Is that possible in text or should I switch the e-mail to HTML-code ?
Thanks for tips (or example)
...
myMail.textbody = myMail.textbody & "Yours sincerely," & vbCRLF
myMail.textbody = myMail.textbody & vbCRLF
myMail.textbody = myMail.textbody & vbCRLF
myMail.textbody = myMail.textbody & (image)
I was trying, but I do not know the correct code.
Is that possible in text or should I switch the e-mail to HTML-code ?
Thanks for tips (or example)