No.
An ItemAttachment is just an collection of properties that represents an underlying Exchange Item so there is no file type or file, in Outlook these would be compond message files (.msg) but this is an office ole format that EWS doesn't use.
>> Remote software system is 3rd party and uses EWS managed API to request attachment information. Item attachments are not accessible and force the emails to go unprocessed.
But what does the software then do with said attachment ?, if your not the vendor of the 3rd party software go back to them and tell them to fix their code (eg you can easily identify Item attachments from File Attachment in EWS and the process
them appropriately). The real question is what do you want to do with Attached Exchange Items eg if a Message has an attached task what are you going to do with that Task, contact, calenderitem etc. The processing code will generally need to deal with different
attached types different way (eg different types have different properties etc you might deal with an attached contact by creating a VCard file of the contact based on the properties).
Cheers
Glen
-
Edited by
Glen ScalesMVP
3 hours 36 minutes ago