diff options
author | Arpit Jain <antimatter96@users.noreply.github.com> | 2016-07-21 12:34:13 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-21 12:34:13 +0530 |
commit | a56b1877c3ee03c33ca2d9f8b65f9b1bfedb9c15 (patch) | |
tree | 64bfb4925a08a9dddc2c9bd7179ac5d60c353b72 /SendGrid/Example/Example.cs | |
parent | 9dd9ebbc6f68c7dec368169e29340df9537e759a (diff) | |
download | sendgrid-csharp-a56b1877c3ee03c33ca2d9f8b65f9b1bfedb9c15.zip sendgrid-csharp-a56b1877c3ee03c33ca2d9f8b65f9b1bfedb9c15.tar.gz sendgrid-csharp-a56b1877c3ee03c33ca2d9f8b65f9b1bfedb9c15.tar.bz2 |
Cleanup
Diffstat (limited to 'SendGrid/Example/Example.cs')
-rw-r--r-- | SendGrid/Example/Example.cs | 3 |
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); |