Attachment Load Information
Tag: SelectedAttachmentLoadInfo
The SelectedAttachmentLoadInfo function automates the process of loading the information of selected email attachments of users in the grid.
This function is limited to user events since sapio365 does not include the retrieval of group event attachments because these are not currently supported by Microsoft Graph APIs.
<SelectedAttachmentLoadInfo/>
Example Script
<LoadSession name="AllanD@M365x356371.onmicrosoft.com"/>
<ShowMyDataMail>
<Select Lines="ByValue">
<SetParam ColumnID="senderName" Value="Alex Wilber"/>
</Select>
<SelectedAttachmentLoadInfo/>
</ShowMyDataMail>