Tag: SelectedPreviewBody

The SelectedPreviewBody function automates the action of previewing the body of selected messages.


<SelectedPreviewBody/>
XML

Example Script

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