GetEmailsRelatedToProfile

Description

This activity takes in input the ObjectId of a Profile and returns the list of all the Emails related to it.


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.

Profile

ObjectId InArgument<Guid>

The ObjectID of the profile for which to obtain the related emails.


Result

MailIds OutArgument<List<Guid>>

The list of all the IDs of the emails related to the provided profile.


Settings

ThrowIfProfileNotFound InArgument<Boolean>

The default value is TRUE. Set this argument to FALSE to return the default instead of throwing an exception if the given profile does not exist.