Asp.net core 学习笔记之 Microsoft Graph API

早年如果我们要读写用户得 outlook 内容是比较麻烦的, 要用许多 smtp 之类的方式.

现在终于是有了 http 级的 API 可以 call 了.

不仅仅是 outlook, calendar 等等都可以直接用 graph api 读写哦. 

照着 step 做就可以了.

https://docs.microsoft.com/en-us/graph/tutorials/aspnet-core

不过目前看它和 identity external login 是分开的, 上面给的也只是一个 development 的 todo 而已.

具体在项目中该怎样弄, 等我搞起来了在继续分享. 

todo..

 

上一篇:vue入门教程之-插槽


下一篇:适合初学者的嵌入式Linux计划