Hello Team,
Can you help me to know how to fetch the below properties from the .PST file from the code given below.
Subfolders Data - How to parse getSubFolders()
To, Cc, Bcc email addresses
HTML Body Content
Attachme…...message from PST MapiMessage msg = pst.extractMessage(messageInfo..." + msg.getBody()); System.out.println("Html body: " + msg.getBodyHtml());...