DMConfig_MailAccountUpdate

Description

This activity allows to update properties of a Mail that already exists in the specified DocsMarshal installation.

It is enough to set only properties whose value you want to change. Each of the left empty parameters will be ignored and the corresponding value of the MailAccount won't be changed.


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.

WorkFrequency InArgument<ERepeatTaskEvery>

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


Target

MailAccountExternalId InArgument<String>

The ExternalId of the MailAccount to be modified. If Id and ExternalId have both a value only the Id will be considered.

MailAccountID InArgument<Guid?>

The Id of the MailAccount to be modified. If Id and ExternalId have both a value only the Id will be considered.