MIME is supported by JavaMail through the:-
MIME is supported by JavaMail through the:- Correct Answer javax.mail.internet.MimeMessage
To send email that contains HTML content, inline images, or attachments, you have to construct and send a MIME message instead. MIME is supported by JavaMail through the javax.mail.internet.MimeMessage class.