Microsoft 365- outlook (Graph API) VBO - option for Attachment Name
Currently in Graph API VBO - we have one column where has attachment is showing True or False but attachment name is not showing and have to do workaround.
Hi Neeraj - The Graph API doesn't actually include the attachment name if you review the definition of the Message resource type. The only thing it includes is the flag indicating that the specific message does or does not have attachments. You then have to make additional requests of the API to get the details of the attachments. We've included an action within the VBO that can be used for that, specifically Get Attachments.
Hi Neeraj - The Graph API doesn't actually include the attachment name if you review the definition of the Message resource type. The only thing it includes is the flag indicating that the specific message does or does not have attachments. You then have to make additional requests of the API to get the details of the attachments. We've included an action within the VBO that can be used for that, specifically Get Attachments.