Aspose.Email 19.7 fails to load appointment

Stacktrace:

The data of the attachment is empty.
class com.aspose.email.system.exceptions.InvalidOperationException: The data of the attachment is empty.
com.aspose.email.MapiAttachment.b(SourceFile:571)
com.aspose.email.MapiAttachment.e(SourceFile:930)
com.aspose.email.MapiCalendar.a(SourceFile:1354)
com.aspose.email.MapiCalendar.e(SourceFile:1266)
com.aspose.email.MapiCalendar.a(SourceFile:1193)
com.aspose.email.zas.a(SourceFile:90)
com.aspose.email.MapiMessage.toMailMessage(SourceFile:2129)

Repro code:

MapiMessage mm = MapiMessage.fromFile(file-name);
MailMessage mailMessage = mm.toMailMessage(new MailConversionOptions());

The file for this issue is:
https://www.dropbox.com/s/0mot8iz2kh13nzr/FLATL_Calibration.msg?dl=0

@russ.nichols,

I have worked with the MSG file shared by you and have been able to observe the issue. An issue with ID EMAILJAVA-34587 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with the issue so that you may be notified once the issue will be fixed.