javax.mail.internet.MailDateFormat could not be convertedĀ 

In the Java language, this class formats and parses date specifications.

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

To correct this error

  • Use the System.String.Format method with the System.Globalization.DateTimeFormatInfo class.

See Also

Reference

IFormattable Interface
Convert Class
IFormatProvider Interface
System.Globalization Namespace
String Class

Concepts

Conversion of JMS Applications