I am trying to read .MSG file from local system in java application using Java mail API itself. i searched on it but suggesting some other libraries to use.
if you are looking to parse Outlook .msg files then msgparser is small open source java library it provide the content using java objects it use Apache POI for parsing the files.