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
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