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