• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/lib/helper/oauth/office365.php
  • Класс: BitrixMailHelperOAuthOffice365Interface
  • Вызов: Office365Interface::getOutlookScopes
public function getOutlookScopes(): array
	{
		return [
			'offline_access',
			'https://outlook.office.com/IMAP.AccessAsUser.All',
			'https://outlook.office.com/SMTP.Send',
		];
	}