DMConfig_MailAccountGet

Description

This activity allows to get a single MailAccount given its Id or ExternalId.

To get more MailAccounts it is necessary to use the DMConfig_MailAccountGetAll activity and then apply some additional filters if necessary.

DocsMarshal Connection

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.

Misc

MailAccountExternalId InArgument<String>

The ExternalID of the mail account to get. If MailAccountId and MailAccountExternalId are filled in at the same time, MailAccountExternalId will be ignored.

MailAccountId InArgument<Guid?>

The ID of the mail account to get. If MailAccountId and MailAccountExternalId are filled in at the same time, MailAccountExternalId will be ignored.