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

In the Java language, this field represents the InternetHeaders object that stores the header of a message.

In the .NET Framework, there is no direct equivalent. The InternetHeaders object is converted to a System.Collections.SortedList object.

To correct this error

  • Examine your code and determine the solution that is appropriate to your specific case.

See Also

Reference

MailMessage Class
SortedList Class

Concepts

Conversion of JMS Applications