MSG to VCF - Notes with Multiple Lines

Hello,

I convert MSG to VCF with Aspose.Email. If the MSG contains a note with multiple lines, the newlines are displayed as \n.

my code:

MapiContact mapiContact = (MapiContact) mapiMessage.toMapiMessageItem();
ByteArrayOutputStream baos = new ByteArrayOutputStream();
mapiContact.save(baos, ContactSaveFormat.VCard);


Is there a possibility to display this in the correct way?

Best regards,

Andi

Hi Andi,


Thank you for writing to Aspose Support team.

We have investigated this issue at our end and found it to be a problem with the API. This has been logged as EMAILJAVA-34212 in our issue tracking system for further investigation by our Product team. We’ll update you here once there is some information or a fix version available in this regard.

The issues you have found earlier (filed as EMAILJAVA-34212) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.