Hi team,
I am converting eml file into msg I have addded the follow up flags for this I am using following code
if (f_ObjSysMail.FlagStatus == 1)
{
FollowUpManager.markAsCompleted(f_objMapiMessage);MapiProperty f_objMapiProperty = new MapiProperty(MapiPropertyTag.PR_FLAG_COMPLETE_TIME,
f_ObjSysMail.FlagCompleted.toString().getBytes());
f_objMapiMessage.setProperty(f_objMapiProperty);
f_objMapiProperty = null;}
when I am using the copleted flag and exporting the file then it is opening so please check this.