This repository was archived by the owner on Aug 27, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ mail.Text = "and easy to do anywhere, even with C#";
27
27
28
28
var credentials = new NetworkCredential(api_user, api_key);
29
29
var transportWeb = new Web(credentials);
30
- transportWeb.Deliver (mail);
30
+ transportWeb.DeliverAsync (mail);
31
31
{% endcodeblock %}
32
32
33
33
{% anchor h2 %}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Redirect 301 /API_Reference/Reseller_API/customer_subuser_spam_reports.html http
22
22
Redirect 301 /API_Reference/Reseller_API/customer_subuser_statistics.html https://sendgrid.com/docs/API_Reference/Reseller_API/Reseller_Customer_Subuser_API/customer_subuser_statistics.html
23
23
Redirect 301 /API_Reference/Reseller_API/customer_subuser_timezone.html https://sendgrid.com/docs/API_Reference/Reseller_API/Reseller_Customer_Subuser_API/customer_subuser_timezone.html
24
24
Redirect 301 /API_Reference/Reseller_API/customer_subuser_unsubscribes.html https://sendgrid.com/docs/API_Reference/Reseller_API/Reseller_Customer_Subuser_API/customer_subuser_unsubscribes.html
25
+ Redirect 301 /API_Reference/Web_API_v3/cancel_scheduled_send.html https://sendgrid.com/docs/API_Reference/Web_API_v3/index.html
25
26
Redirect 301 /API_Reference/Template_Engine_API/index.html https://sendgrid.com/docs/API_Reference/Web_API_v3/Template_Engine/index.html
26
27
Redirect 301 /API_Reference/Template_Engine_API/templates.html https://sendgrid.com/docs/API_Reference/Web_API_v3/Template_Engine/templates.html
27
28
Redirect 301 /API_Reference/Template_Engine_API/versions.html https://sendgrid.com/docs/API_Reference/Web_API_v3/Template_Engine/versions.html
You can’t perform that action at this time.
0 commit comments