This runner is not currently included in ethel even though it has been used in production migrations. It will be added back in soon...
These runners handle emails and pst files.
PSTLoader
This runner loads emails into a personal storage file (PST).
It has the following configuration options:
addHashboolean whether to add the extractHash lookup. Defaults to truedllPathstring path to the Aspose email dll, if not supplied it assumed to be added to the GACemailPathstring the message attribute with the path to the email. Defaults to emailPathpstMaxSizenumber the maximum size for a pst file. Defaults to 20 gbpstPathstring defaults to pstPath- if pstPathInMessage is true, the message attribute containing the path to the file
- if pstPathInMessage is false, mandatory the path to the file
pstPathInMessageboolean if the pstPath is in the message object. Defaults to false
Message attributes:
emailPathmandatory string or staged document details path to the email to add to the pstpstPathstring the path to the file to update, mandatory if pstPathInMessage is true
Message attribute names can be changed in the configuration options.
For each row it will raise the next task with the following message elements:
pstPaththe path of the pstPSTLoaderCompletethe date and time the runner completed