SendEmailToDefaultContactsForNotification

Description

This activity sends an email to the default contacts for notifications. To know which are the default contacts for notofications have a look in the global configuration under the UserSettings tab.


Misc

Attachment InArgument<Attachment>

The single attachment of the email.

The list of attachments of the email.

Body InArgument<String> REQUIRED

The body of the email.

BodyIsHtml InArgument<Boolean>

This flag indicates if the content of the email is HTML (true) or PLAIN TEXT (false).

DomainId InArgument<Int32?>

The id of the domain.

ExternalId InArgument<String>

The externalId of the email to send.

From InArgument<Address> REQUIRED

The address from which to send the email.

HighPriority InArgument<Boolean>

Default is false. Set this argument to True to make the Email high priority.

When it's True the activity adds the 'X-Priority' header with the value 1.

LanguageId InArgument<Int32?>

The id of the language.

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.

OwnerUserId InArgument<Int32?>

The id of the owner security identity.

RelatedObjectId InArgument<Guid>

The id of the profile related to the email. Use this property if the email is related to some profiles to improve the search options (it is possible, for example, to search all the email related to a specific profile).

RelatedObjectIds InArgument<IEnumerable<Guid>>

The ids of the profiles related to the email. Use this property if the email is related to some profiles to improve the search options (it is possible, for example, to search all the email related to a specific profile).

Result OutArgument<Mail>

Subject InArgument<String> REQUIRED

The subject of the email.

The tags of the email.