2022.2

Table Of Contents
Processing
The task uses the Microsoft Graph API to access accounts in the organization (subject to that organ-
ization's IT policies).
While an email is always sent by this task (or at least attempted to be sent), the contents of the email
and presence of attachments depends on the selected options.
Once the contents of the email and attachments are determined, the email (including any attachments)
is sent directly to the selected mail server.
Note that the Windows instance's language setting may affect the output of this plugin. For example, a
Workflow setup configured on a Windows-1252 machine will not be able to write Japanese strings. It
won't affect the contents of attachments, since they are loaded as binary streams.
Note: The MS Graph REST API is limited to a certain number of requests within a certain period
of time. This is called throttling. When throttling comes into play, the plugin receives HTTP
response 429. The plugin will log the error and retry, but it exits with an error after 15 unsuc-
cessful attempts.
Output
This task doesn't have any output other than the email that is sent to the recipient(s).
Task properties
General Tab
Nearly all of the fields on this tab are variable property fields, which means the values may change with
each job at run-time. You can use any combination of text, variables and data selections; see "Variable
task properties" on page289.
Message information
Note: When specifying multiple recipients for the To, CC and BCC fields, separate the e-mail
addresses with semi-colons (;).
l
To: Enter the email address(es) of the recipient(s).
l
Cc: Specify addresses to which a copy of the generated emails are to be sent.
l
Bcc: Specify discreet addresses (other recipients will not be able to see these addresses) to
which a copy of the generated emails are to be sent.
l
Subject: Enter the subject of the email. Note that if you use a data selection in this field, you must
be sure that the data that will be selected at run-time will not contain any parentheses, as this
Page 549