Functions and Operations
The MS Graph Email Connector can be used to perform various operations for the email accounts of corporate users of a company registered in MS Azure, such as creating, renaming or deleting email folders, sending emails, or moving them to another email folder.
Note:
To use the MS Graph E-Mail Connector, an authenticate with an access token is required. For this authentication, you have to use the MS Graph Auth Adapter.
Properties
Operation | Defines the operation executed by the adapter Possible values:
|
Parameters
Adapter | Main adapter class (do not change!) Possible values:
|
Repository | The virtual repository of the adapter project. This value cannot be changed. |
Token | An access token is required to use the MS Graph E-Mail Connector. This access token grants access to MS Azure and thus to the users of a company registered in MS Azure. The access token is provided by the MS Graph Auth Adapter. Possible values:
|
Email | Email account to which access is granted via the access token and for which the operations are performed. Possible value:
|
Limit | Number of elements for which an operation is to be performed. The If the Example:
100 emails are output. Possible values:
|
Offset | Defines the number of selected elements, to be used with the
This parameter is to be used with
ListMailFolders and ListMails operations.
Possible values:
|
Status values
1 | The operation has been executed successfully. |
-1 | The adapter could not be executed. |