how to handle throttling with MSGraphClient while sending email

前端 未结 0 473
予麋鹿
予麋鹿 2021-01-27 23:30

i am using below code to send email using microsoft graph

await graphClient.Me.SendMail(message, true).Request().PostAsync()

Since post operation doesnt return any

相关标签:
回答
  • 消灭零回复
提交回复
热议问题