I am using EWS Managed Api 2.2 and Exchange Server 2010_SP2. I am developing something to get attachment of email. I am wondering if I can get the url of any attachment in email to access from anywhere.
Thanks
I am using EWS Managed Api 2.2 and Exchange Server 2010_SP2. I am developing something to get attachment of email. I am wondering if I can get the url of any attachment in email to access from anywhere.
Thanks
You can, but it might not be that pretty. In summary, you can use WebClientReadFormQueryString as a basis for constructing the link to an attachment. The attachments, in OWA, have the same id as the parent message. Below is what I did to construct the link.