Hello,
I'm trying to use the IEWSClient.FetchAttachment method and the string parameter it's asking for is an 'attachmentUri'. Where can the attachmentUri value be found?
I'm using IEWSClient.FetchMessage to retieve an eMail and I see the 'Attchments' collection off of it. I see a property on the Aspose.Email.Mail.Attachment class a property called 'ContentId'. I tried to use the value of 'ContentId' for the attachmentUri parameter but that doesn't work.
I'm connecting to an Exchange 2010 server using Aspose.Email.Exchange version 4.1.0.0
Please let me know.
Thanks!