GetMailSearch

Description

This activity returns the base QueryMail object which is necessary for all search operations.


Misc

EmailStatus EEmailStatus

Provide an EmaiStatus to add a filter to search only for emails in a specific status.

FieldsToSelect InArgument<String>

If this property is Empty all fields of the email are selected. If you want to select more than one field you must use ';' separator.

IdMailAccount InArgument<Guid>

Provide a MailAccount ID to add a filter to search only for emails related to it.

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left null the activity will work on the running installation. To work on another installation you must get its orchestrator by the activity DatabaseOrchestrator.