Hi All,
I have written a client that fetches emails from Exchange Server using EWSJavaAPI-1.1.5.
Following is the scenario.
I composed an email in outlook and added 5 attachments to it and sent.
I fetched same email Using my java client, After fetching email, when I iterate through all the attachment i find only one attachment; that is smime.p7s.
I know this has something to do with client certificate , but not able to figure out a way to use it correctly.
Please tell me whats the correct way to get all the 5 attachments as is.
-Dhaval