Outlook automation - send multipart message

M

MacDermott

I need to automate the sending of an e-mail with a content-type:
multipart/alternative.
The first part will be plain text, followed by an HTML version.

I understand that the syntax I need to produce includes defining a boundary
in the content-type declaration, then using that boundary between parts.
I can insert the boundary into the string which is getting assigned to the
HTMLBody property, but how can I read the header to capture the (apparently
random) boundary string that has been declared?

TIA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top