alternateView with Task generates null MapiMessage

Hello !

I am not able to generate a MapiMessage from a MailMessage that was added a Task to alternateView. My code is:

MailMessage mailMsg = new MailMessage();


Task task = new Task();

task.setAttendees(attendees);
task.setDueDate(due);
task.setOrganizer(organizer);


mailMsg.addAlternateView(task.request());

MapiMessage msg = MapiMessage.fromMailMessage(mailMsg);

Am i missing somthing ?
Any idea how i could make this work ?

Kind regards,
Chris

Hi Chris,


Thank you for posting your query.

I was able to observe the exception while executing the above sample code. We shall log this issue soon for further investigation by our product team and notify you here via this thread.

Hi Chris,

Thank you for being patient.

We have logged this issue in our issue tracking system as EMAILJAVA-33522 for further investigation by our product team. It will be investigated upon its turn and once there is some information available in this regard, we’ll notify you here via this thread.

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


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