i’m using aspose email 20.5.3
sample code to find the message with rfc message id : abc-def@abc.com
FolderInfo folder = pst.getRootFolder().getSubFolder(“Inbox”);
PersonalStorageQueryBuilder builder = new PersontalS…...); } When I didn’t use the query, it shows all the messages and...internetMessageid. But when I add the query, the search result is 0. I’m...