MapiTask: Mileage empty

If I read Mileage using Aspose.Email the property is shown as empty. In Outlook and MFCMAPI it is filled correct.

Example: test betreff-6.zip (6.3 KB)

Thanks in advance

@dvtdaten,

We have tested this with Aspose.Eamil for .NET 18.5 and were not able to observe any problem using the following sample code. Please try it at your end with this latest version and let us know your feedback.

MapiMessage msg = MapiMessage.FromFile("178439\\test betreff-6.msg");

MapiTask task = (MapiTask)msg.ToMapiMessageItem();

Console.WriteLine(task.Mileage);

MapiMessage mapiMessage = MapiMessage.fromStream(inputStream);
MapiTask task = (MapiTask) this.mapiMessage.toMapiMessageItem();
String mileage = mapiTask.getMileage();

This is our code - mileage is empty. We are using Aspose.Email 18.5 for Java!

@dvtdaten,

We have re-verified this at our end and everything works fine. Please have a look at the attached screenshot and share your feedback.

I’m sorry, it was a bug on our side.

Thanks!

@dvtdaten,

Good to know that your issue is resolved. Please feel free to write to us in case of any inquiry.