Open rsrini83 opened 6 years ago
Turn on response tracing and paste in the response XML document that shows the missing attachments.
If I am looking at the right responses, it looks like from the body of the email that these are reference attachments, right?
Yes, I added as reference attachment using OWA. However, I don't see Attachment collection in the response.
Am i doing right or Is there another way to download ReferenceAttachment ?
Hello David,
Any update on this issue?
Try using <t:RequestServerVersion Version="Exchange2015" or greater - reference attachments are not supported for 2013 requests.
Hi,
Using OWA interface created a reference attachment mail, however when downloading the mail using EWS, however, HastAttachments flag is set to True and Attachments collections count is zero. Used the below query to load the attributes,
PropertySet propSet = new PropertySet(BasePropertySet.FirstClassProperties, ItemSchema.HasAttachments, ItemSchema.NormalizedBody, ItemSchema.Attachments, ItemSchema.Categories, ItemSchema.InternetMessageHeaders, ItemSchema.AllowedResponseActions, ItemSchema.InReplyTo);
Please guide me how to download this.
Btw, in EWS response i didnt find any attachment tags which is captured via EWS trace.