Relative Content

Tag Archive for c#microsoft-graph-mail

Sending multiple emails iterating through a list using microsoft.graph c#

I have a program that has a datatable containing email addresses. I want to iterate through the table and send an email to the recipient. The code I have works fine if I send only 1 email with no for loop. As soon as I try to loop through, no emails get generated. I think it is my lack of understanding on the async methods and how I’m supposed to use Microsoft.graph