Programmatically send Email text containing hyperlinks from Ac
"Dave Kane [MVP - Outlook]" wrote:
Append that link to your bodyEmail value. When you create the email in
CreateEmailItem you can assign that string to the HTMLBody property of your
MailItem.
Thank you very much for your advice. I composed the HTML string containing
message and address and used the HTMLBody property of Mailitem. It solved my
question!
|