You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
I am using EWS Managed Java API 2.0 for connecting to an Exchange Online (O365) mailbox and read the attachments(txt/xml/pdf) from emails. I am able to establish the connection successfully and read/load attachments from normal emails. But for S/MIME Signed/encrypted emails having "ContentType' as “application/pkcs7-mime; name=smime.p7m”, not able to retrieve original attachments (txt/xml/pdf) instead only smime.p7m is saved as attachment. Tried using item.getMimeContent() method, but still smime.p7m is only shown.
Is there any way to retrieve and load the original attachments using this API. Please suggest.