MailAccountGrantGetProperties

Description

With this activity you can take all properties singularly from a MailAccountGrant.

Videos:


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.

Input

Grant InArgument<MailAccountGrant> REQUIRED

The grant whose properties you want to read.


Output

CanConfigureAccount OutArgument<Boolean>

The property CanConfigureAccount of the given Grant.

CanDelete OutArgument<Boolean>

The property CanDelete of the given Grant.

CanRead OutArgument<Boolean>

The property CanRead of the given Grant.

CanSend OutArgument<Boolean>

The property CanSend of the given Grant.

MailAccountExternalId OutArgument<String>

The ExternalId of the Mail Account to which the grant refers

MailAccountId OutArgument<Guid>

The Id of the Mail Account to which the grant refers

SecurityIdentityId OutArgument<Int32>

The id of the Security Identity to which the grant refers