摘要:
https://learn.microsoft.com/en-us/exchange/client-developer/exchange-web-services/how-to-authenticate-an-ews-application-by-using-oauth Authenticate a 阅读全文
摘要:
using Microsoft.Graph; using Azure.Identity; using Microsoft.Graph.Models; var scopes = new[] { "https://graph.microsoft.com/.default" }; var tenantId 阅读全文
摘要:
using Microsoft.Exchange.WebServices.Data; using Microsoft.Identity.Client; using System; using System.Configuration; namespace EwsOAuth { class Progr 阅读全文