I am attempting to parse .wab files using java. Upon inspection the files look encoded because when you open them in note it just looks like garbage. The only way I have found to parse this data is to actually import it using Microsoft Outlook.
Is there an API that can be used in java to parse out this data? Or does anyone know how to go about parsing a .wab file?