What class to use MailMessage or MimeMessage?

I want to create an email message from an MHTML file. What class should I use MailMessage or MimeMessage and what is the difference between them? Both seem to have very similar properties and methods and both seem to work. There is no documentation for both too.