Skip to main content
Version: 5.3.0.0

MS Graph Email

Description

Environment entries of type MS Graph email connection are used to declare the parameters to access mails on the Microsoft Azure platform via Microsoft Graph APIs.

Purpose of object

It is used by the environment entry Email server connection of type Microsoft Graph to define the parameters to access the Microsoft Azure platform. Configuration

Configuration

  1. Create an Environment entry of type Azure Client.
  2. Define the Authentication Option: ClientSecret: Authentication by using client secret ClientCertificate: Authentication by using certificate UserPassword: Authentication by using username and password OnBehalfOf: Authentication by using client secret and an access token
  3. Define the Client ID, the application (client) ID of the registered application in the Azure.
  4. Define the Tenant ID, the directory (tenant) ID of the registered application in the Azure.
  5. Define the Scope, the scope or permissions needed. If the multiple values are needed, please use comma (,) to separate each value. For example: if only the permission for sending mail is needed, define Mail.Send if the permissions for sending and writing mail are needed, define Mail.Send,Mail.ReadWrite
  6. Define the Client Secret, the secret string of the registered application to request a token. It's required if the authentication is ClientSecret or OnHehalfOf.