Hi team,
I am working on java and I am using 18.6 aspose jar.
I have to set the property of follow up in contact and I am setting this as follow:
F> ollowUpOptions options = null;
if(ReminderTime == null)
{
options = new FollowUpOptions(“Follow Up”, m_FlagStartBy, m_FlagDueBy);
}
else
{
options = new FollowUpOptions(“Follow Up”, m_FlagStartBy,m_FlagDueBy,ReminderTime);
}FollowUpManager.setOptions(mapiMessageObject, options); mapiContactObject = (MapiContact) mapiMessageObject.toMapiMessageItem(); options = null;
But the followup is not setted properlyFollowup not setted properly.png (15.1 KB)