// Set plain text alternative part
oMsgPlainText.setDisposition("inline");
oMsgPlainText.setText(sText,Charset.forName(sEncoding).name(),"plain");
if (DebugFile.trace) DebugFile.writeln("MimeBodyPart(multipart/alternative).addBodyPart(text/plain)");
oTextHtmlAlt.addBodyPart(oMsgPlainText);
// *****************************************
// Iterate images from HTML and replace CIDs
if (bAttachInlineImages) {