File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ The following is the minimum needed code to send an email with the [/mail/send H
5757using System ;
5858using SendGrid ;
5959using SendGrid .Helpers .Mail ;
60+ using System .Threading .Tasks ;
6061
6162namespace Example
6263{
@@ -94,6 +95,7 @@ The following is the minimum needed code to send an email without the /mail/send
9495using System ;
9596using SendGrid ;
9697using Newtonsoft .Json ; // You can generate your JSON string yourelf or with another library if you prefer
98+ using System .Threading .Tasks ;
9799
98100namespace Example
99101{
@@ -142,6 +144,7 @@ namespace Example
142144``` csharp
143145using System ;
144146using SendGrid ;
147+ using System .Threading .Tasks ;
145148
146149namespace Example
147150{
@@ -167,6 +170,7 @@ namespace Example
167170``` csharp
168171using System ;
169172using SendGrid ;
173+ using System .Threading .Tasks ;
170174
171175namespace Example
172176{
You can’t perform that action at this time.
0 commit comments