Tag: SelectedExportEML
The SelectedExportEML function automates the action of exporting EML selected in the Message grid.
Tag Attributes
Attributes | Attribute Value | Value Description | Comment |
---|
KeepAlive | TRUE/FALSE | N/A | N/A |
FilePath | Download target folder path, defaults to Documents | N/A | N/A |
IfFileExsists | CreateNew / Overwrite / Skip | N/A | N/A |
Hierarchy | TRUE/FALSE | N/A | N/A |

Example Script
<LoadSession name="AllanD@M365x356371.onmicrosoft.com"/>
<ShowMyDataMail>
<Select Lines="ByValue">
<SetParam ColumnID="subject" Value="Documents attached"/>
</Select>
<SelectedExportEML/>
</ShowMyDataMail>
XML
W/ Params
<LoadSession name="admin@M365x103211.onmicrosoft.com"/>
<ShowMyDataMail>
<Select Lines="ByValue">
<SetParam ColumnID="subject" Value="Documents attached"/>
</Select>
<SelectedAttachmentLoadInfo/>
<SelectedExportEMLFilePath="D:\temp-exports" IfFileExists="Skip"/>
</ShowMyDataMail>
XML