Skip to Main Content
Status Will not do
Workspace DX Assets
Created by Neeraj Kumar
Created on Apr 8, 2024

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.

please can this be checked.

  • Admin
    Eric Wilson
    Reply
    |
    Apr 11, 2024

    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.