SelectedAttachmentDelete: Delete Attachment
Tag: SelectedAttachmentDelete
This action triggers the deletion of the attachments selected in the grid.
<SelectedAttachmentDelete/>
Example Script
<LoadSession name="AllanD@M365x356371.onmicrosoft.com"/>
<ShowMyDataMail>
<Select Lines="ByValue">
<SetParam ColumnID="subject" Value="Documents attached"/>
</Select>
<SelectedAttachmentDelete/>
</ShowMyDataMail>