summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example
diff options
context:
space:
mode:
authorTyler Bischel <tyler.bischel@sendgrid.com>2012-01-16 13:52:28 -0800
committerTyler Bischel <tyler.bischel@sendgrid.com>2012-01-16 13:52:28 -0800
commitaaf3c4c1ec1ae13bc2d8ef83ee1471f4e95a22fe (patch)
tree19d90ad464225bb862e42c184986ef3bd92e4c07 /SendGrid/Example
parent4b1c01b42663328a132386afa399fbed169c8653 (diff)
downloadsendgrid-csharp-aaf3c4c1ec1ae13bc2d8ef83ee1471f4e95a22fe.zip
sendgrid-csharp-aaf3c4c1ec1ae13bc2d8ef83ee1471f4e95a22fe.tar.gz
sendgrid-csharp-aaf3c4c1ec1ae13bc2d8ef83ee1471f4e95a22fe.tar.bz2
line changes
Diffstat (limited to 'SendGrid/Example')
-rwxr-xr-xSendGrid/Example/Program.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/SendGrid/Example/Program.cs b/SendGrid/Example/Program.cs
index 87c44a4..0d558a5 100755
--- a/SendGrid/Example/Program.cs
+++ b/SendGrid/Example/Program.cs
@@ -26,7 +26,6 @@ namespace Example
message.Subject = "Hello World SUbject";
message.AddAttachment(@"C:\Users\Public\Pictures\Sample Pictures\Koala.jpg");
message.AddAttachment(@"C:\Users\Public\Pictures\Sample Pictures\Jellyfish.jpg");
-
restInstance.Deliver(message);
Console.WriteLine("Message Sent");