Internet message - sender and content cannot be verified

Hi Team,
I am converting .eml to pst then emails are opened in an editable format so I am using that code

f_mapimessage.setMessageFlags((f_mapimessage.getFlags() & ~MapiMessageFlags.MSGFLAG_UNSENT));

After using that flag, the exported mail added the status like
“Internet message - sender and content cannot be verified” so can you please check this issue.

@Rajmohammad,

Could you please elaborate the problem with sample EML file and complete sample code? Is the EML you are trying in sent format? The issue would be with addition of EML to PST in this case.