Is it possible to create a message in a PST that has different plain body and html body content?
For example, HTML body might be “The HTML body” and the plain body might be “The plain body”...different body content for plain text and HTML formats. The MailMessage...allows you to set both the plain text and HTML body separately. Solution...