I am trying to decrypt a MSG file for a message that is originally in HTML format but encrypted using Symentec Encryption Desktop (an outlook plugin used to encrypt PGP messages).
looking at the Mapi properties of the encrypted message, i am seeing that it is set as a plain text formatted message. Perhaps it due to the encryption process.
I'm using bouncy castle library to decrypt the message, but I can't find how I can know the actual format after the message is decrypted, whether it is in plain text or HTML or RTf.
For example, in Smime, when decrypt a message we get meta information regarding the properties of the decrypted contents. is there an equivalent information available in PGP specification, that we can use to determine the original format of the message body.
I am asking this because, I manually trying to set the decrypted body into PR_Body mapi property, or what ever mapi properties needs to be set.
Any Help please.