javax.mail.internet.MimeMessage.getSize could not be convertedĀ 

In the Java language, this method returns the size of the content of a message, in bytes.

In the .NET Framework, there is no direct equivalent.

To correct this error

  • Use the System.Web.Mail.MailMessage.Body property.

See Also

Reference

MailMessage.Body Property

Concepts

Conversion of JMS Applications