summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Example.cs
diff options
context:
space:
mode:
authorArpit Jain <antimatter96@users.noreply.github.com>2016-07-21 12:34:13 +0530
committerMaxim Dubrovkin <maximdubrovkin@Maxims-MBP.Dlink>2016-09-20 20:10:58 +0500
commit5eacc434d974ad75b6eecf674cc7605f0b1fac98 (patch)
tree8ebc0dbfc769c8ffdbe53e275782c4a78ac595e6 /SendGrid/Example/Example.cs
parent9f91f7e1a7cbd9cb16fdfa0e8138f0de61a98fc3 (diff)
downloadsendgrid-csharp-5eacc434d974ad75b6eecf674cc7605f0b1fac98.zip
sendgrid-csharp-5eacc434d974ad75b6eecf674cc7605f0b1fac98.tar.gz
sendgrid-csharp-5eacc434d974ad75b6eecf674cc7605f0b1fac98.tar.bz2
Cleanup
Diffstat (limited to 'SendGrid/Example/Example.cs')
-rw-r--r--SendGrid/Example/Example.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/SendGrid/Example/Example.cs b/SendGrid/Example/Example.cs
index 7af92be..b5e8b99 100644
--- a/SendGrid/Example/Example.cs
+++ b/SendGrid/Example/Example.cs
@@ -38,9 +38,6 @@ namespace Example
mail.Personalization[0].AddSubstitution("[KEY_1]", "VALUE_1");
mail.Personalization[0].AddSubstitution("[KEY_2]", "VALUE_1");
-
-
-
dynamic response = sg.client.mail.send.post(requestBody: mail.Get());
Console.WriteLine(response.StatusCode);
Console.WriteLine(response.Body.ReadAsStringAsync().Result);