Configure Outlook
On this page
In Relution, Microsoft Outlook for Android Enterprise can be preconfigured through a managed app configuration. The email account is populated automatically using variables (e.g. ${user.email}), so that only the password has to be entered when the app is first launched.
The following describes a minimal configuration for a Microsoft 365 account.
Configuration
Portal → the AE Policy → Manage Apps → Microsoft Outlook (add if not present) → Configuration
In the configuration pop-up, the following fields are filled in. All keys share the common prefix com.microsoft.outlook.EmailProfile..
| Key | Value | Description |
|---|---|---|
ServerHostName | outlook.office365.com | Address of the Microsoft 365 / Exchange server |
EmailUPN | ${user.email} | User principal name (account sign-in name) |
EmailAddress | ${user.email} | Email address of the account |
EmailAccountName | ${user.fullname} | Display name of the account |
AccountType | ModernAuth | Authentication method (modern authentication) |
The variables
${user.email} and ${user.fullname} are resolved automatically per user. Which base placeholders are available for a given configuration is shown below the respective input field in the Relution portal.