Hi,
I am trying to do document conversion from EML to MSG format in Java by using the latest version of the GroupDocs.Conversion for Java and getting the following exception.
Exception in thread “main” class com.groupdocs.conversion.exceptions.ConversionNotSupportedException: Conversion from eml to msg is not supported.
com.groupdocs.conversion.pipeline.k.execute(Unknown Source)
com.groupdocs.conversion.pipeline.g.a(Unknown Source)
com.groupdocs.conversion.pipeline.g.a(Unknown Source)
com.groupdocs.conversion.b.convert(Unknown Source)
com.groupdocs.conversion.Converter.convert(Unknown Source)
com.groupdocs.conversion.Converter.convert(Unknown Source)
However, I can see the sample code snippet at Convert EML to MSG in Java. Please help me to fix this issue. Thanks.