DMConfig_MailAccountInsert

Description

This activity allows to insert a new MailAccount in the specified DocsMarshal installation.


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

AccountName InArgument<String>

The name of the mail account.

The type of the Mail Account.

ArchiveMailAfterDays InArgument<Int32?>

The number of days after which to archive an email. By default, archived emails do not appear in searches, therefore, by archiving emails in a shorter time, you will have less system load during searches that will be faster.

Enabled InArgument<Boolean>

Indicates if the mail account is Enabled (TRUE) of Disabled (FALSE).

ExternalId InArgument<String>

The ExternalId of the MailAccount.

Result OutArgument<Guid>

The Id of the inserted mail account.

WorkFrequency InArgument<ERepeatTaskEvery>

How often the email service needs to run to send emails.