Outlook Email Cover Image

Outlook E-Mail

August 06, 20251 min read

Prerequisites

  • Create a Microsoft Azure account.

  • Create at least one user account with access to the appropriate service.

  • If a corporate Microsoft Entra account manages the user account, the administrator account has enabled the option “User can consent to apps accessing company data on their behalf” for this user (see the Microsoft Entra documentation).

1. Register an application in Azure AD

Create a new application registration in Microsoft Entra ID (Azure Active Directory).

2. Configure API Permissions

Grant your app the necessary permissions (e.g., Mail.ReadWrite, Mail.Send) to access Outlook data through the Microsoft Graph API

  • Mail.Read

  • Mail.ReadWrite

  • Mail.Send

3. Obtain Client ID and Secret

Note down the Client ID (also called Application ID) and generate a Client Secret for your application.

4. Set up Redirect URI

We will provide you a redirect URI to add to your app registration.

Back to Blog