SampleFiles.zip (649 Bytes)
Aspose Team,
We use the Aspose Email java package to get properties from msg files. Some msg and eml files have two CC entries like the following
From: sender@example.com
To: recipient@e…...split(","); for (String cc : ccAddresses)...from the email’s headers and splits it by commas to get all entries...