ECDCTS-10578: Is there an equivalent method to fromMailMessage(MailMessage, MapiConversionOptions)?

Hi,

We currently utilize the ‘aspose-email-23.6’ JAR version in our product. As part of an upgrade, we’re transitioning to version 24.2. However, we’ve encountered an error with the ‘fromFile(String)’ method. Are there any alternative method available that offer similar functionality?

Thanks,
Bhupali

Hello @rnara ,

Thank you for contacting Aspose.Email support.
Could you please clarify what kind of error you have encountered?

Thank you.

I have edited the method name in above description. Can you please check and let me know?

Hello @rnara,

The fromFile(String) method was deprecated as of Sep 2021 and was removed in release 23.8
Please, use MapiMessage.load(String) method instead of fromFile(String)