SelectedAttachmentLoadInfo: Load Attachment Information

Tag: SelectedAttachmentLoadInfo

The SelectedAttachmentLoadInfo function automates the process of loading the information of selected email attachments of users in the grid.

The retrieval of group event attachments are not currently supported by Microsoft Graph APIs and therefore not included in sapio365.


XML
<SelectedAttachmentLoadInfo/>

Example Script

XML
<LoadSession name="AllanD@M365x356371.onmicrosoft.com"/>
	<ShowMyDataMail>
		<Select Lines="ByValue">
			<SetParam ColumnID="senderName" Value="Alex Wilber"/>
		</Select>
		<SelectedAttachmentLoadInfo/>
	</ShowMyDataMail>