Set up an Outlook app registration
Configure an app-only Outlook connection for unattended mailbox automation.
Before you begin
3
Restrict mailbox access
Connect-ExchangeOnlineNew-ApplicationAccessPolicy -AppId "YOUR_CLIENT_ID" ` -PolicyScopeGroupId "stackai-access@yourdomain.com" ` -AccessRight RestrictAccess ` -Description "Allow Stack AI to access authorized mailboxes only."Test-ApplicationAccessPolicy -Identity "yourmailbox@yourdomain.com" -AppId "YOUR_CLIENT_ID"
Last updated
Was this helpful?

