GetProfilesRelatedToEmail

Description

This activity takes in input an Email and returns the list of all the profiles 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.

Email

MailExternalId InArgument<String>

The ExternalID of the email for which to obtain the related profiles

MailId InArgument<Guid>

The ID of the email for which to obtain the related profiles


Result

ObjectIds OutArgument<List<Guid>>

The list of all the ObjectIDs of the profiles related to the provided Email.


Settings

ThrowIfEmailNotFound InArgument<Boolean>

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