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?
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)