SelectedAttachmentDelete: Delete Attachment

Tag: SelectedAttachmentDelete

This action triggers the deletion of the attachments selected in the grid.


XML
<SelectedAttachmentDelete/>

Example Script

XML
	<LoadSession name="AllanD@M365x356371.onmicrosoft.com"/>
	<ShowMyDataMail>
		<Select Lines="ByValue">
			<SetParam ColumnID="subject" Value="Documents attached"/>
		</Select>
		<SelectedAttachmentDelete/>
	</ShowMyDataMail>