Skip to main content
Skip table of contents

Funktionen und Operationen

Note:

As pre-requisite for using the MS Graph E-Mail Connector, you have to authenticate with a token. For this you have to use the MS Graph Auth Adapter.

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.

Properties

Operation

Defines the operation executed by the adapter

Possible values:

  • ListMailFolders: Creates a list of all email folders of the account

  • ListMails: Creates a list of all emails of the account
  • CreateMailFolder: Creates a new email folder
  • RenameMailFolder: Renames an existing email folder
  • DeleteMail Folder: Deletes an email folder
  • DeleteMail: Deletes an email
  • GetMail: Loads an email based on a specific email ID
  • MoveMail: Moves an email to another folder
  • SendMail: Sends an email including attachments
  • CreateDraftMail: Create a draft of an email including attachments without sending it
  • SendDraftMail: Sends an email created as draft


Parameters

Adapter

Main adapter class (do not change!)

Possible values:

de.softproject.integration.nativeadapter.NativeAdapter

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:

Any string

Email

Email account to which access is granted via the access token and for which the operations are performed.

Possible value:

Email address

Limit

Number of elements for which an operation is to be performed.


The Limit parameter is to be used in combination with the Offset parameter and is suitable for the ListMailFolders and ListMails operations.

If the Limit parameter is used without the Offset parameter (Offset parameter = 0), the number of elements specified in the Limit parameter is given in the output.

Example:

Limit Parameter = 100 for the ListMails operation.

100 emails are output.


Possible values:

Any integer


Offset

Defines the number of selected elements, to be used with the Limit parameter.

This parameter is to be used with ListMailFolders and ListMails operations.

Possible values:

Any integer

Status values

1

The operation has been executed successfully.

-1

The adapter could not be executed.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.