ConfirmEmail

Description

After sending an email it is possible, through this activity, to put it in standby. An e-mail in standby needs a subsequent confirmation to be actually sent.

So use this activity to put it on standby, passing a FALSE value to the Confirmed parameter, then invoke it by passing TRUE instead to turn off the standby state.


Misc

CancelMessage InArgument<String>

If the email is already in the standby state and Confirmed parameter is FALSE the activity put the email in an ERROR state. Use this argument to set message of the error.

Confirmed InArgument<Boolean> REQUIRED

Set this parameter to TRUE to confirm the email and turn of the stabdby state. Set this parameter to FALSE to put the email on the standby.

IdMail InArgument<Guid> REQUIRED

The id of the email you want to confirm.

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.