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

In the Java language, this method sets the Subject header field with the specified subject encoded with the specified character set.

In the .NET Framework, the equivalent, the System.Web.Mail.MailMessage.Subject property, has different behavior. The charset parameter is removed.

To correct this error

  • Verify that correct functionality remains.

See Also

Reference

System.Web.Mail Namespace
MailMessage Class

Concepts

Conversion of JMS Applications