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

In the Java language, this method returns an InputStream object to the raw data with any content-transfer encoding intact.

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

To correct this error

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

See Also

Reference

MailMessage.Headers Property

Concepts

Conversion of JMS Applications