Editing Headers with VBA

G

GerbilGod7

I'm using VBA to create customized HTML newsletters from information in an
Excel database. I want to have Outlook automatically compose the emails in
both plaintext and HTML format using multipart/alternative MIME boundaries.
As far as I know, I can add all of my plaintext, MIME boundaries, and HTML
using olMail.Body =, but how to I use VBA to add the boundary designation to
the header?

Thanks!
 
Top