Setting Journal Properties

Also I am not able to set the properties of Journal : Attachment, Company, Duration and Categories.


Thanks,
Pooja.

Hi Pooja,

Thank you for writing to Aspose support team.

The requirements of adding attachments and company name to a MapiJournal has been logged as NETWORKNET-34404 for further consideration by our development team. Once there is some information available in this regard, we’ll update you here via this thread.

I would further like to share that at present Aspose.Email doesn’t provide the facility to save MapiJournal as MSG. The same ticket id covers this requirements as well and once it is done, the FollowUpManager class can be used to associate category information with the MapiJournal.

Regarding setting the Duration, you may set it using the StartTime and EndTime as follow:

Sample Code:

MapiJournal journal = new MapiJournal("daily record", "called out in the dark", "Phone call", "Phone call");
journal.StartTime = DateTime.Now;
journal.EndTime = journal.StartTime.AddHours(1);

Ok. Thanks.

Hi :

Any updates?



Thanks,
Pooja

Hi Pooja,

We have implemented this feature and the upcoming version of Aspose.Email for .NET 4.4.0 will include the fix for this. We’ll notify you here once the fix version is available for download.

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


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