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

In the Java language, this method returns all header lines as an enumeration of strings.

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
IDictionary Interface

Concepts

Conversion of JMS Applications