How can I send an email in html format with ShellExecute function.
I want to send an email with html format from VB. to Outlook Express or Outlook.
Printable View
How can I send an email in html format with ShellExecute function.
I want to send an email with html format from VB. to Outlook Express or Outlook.
I was looking exactly the same, but I guess we have no response. Read what I've just found about the mailto URL:
Let me know if you have any solutionQuote:
The special hname "body" indicates that the associated hvalue is the
body of the message. The "body" hname should contain the content for
the first text/plain body part of the message. The mailto URL is
primarily intended for generation of short text messages that are
actually the content of automatic processing (such as "subscribe"
messages for mailing lists), not general MIME bodies.