diff options
author | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-16 13:52:28 -0800 |
---|---|---|
committer | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-16 13:52:28 -0800 |
commit | aaf3c4c1ec1ae13bc2d8ef83ee1471f4e95a22fe (patch) | |
tree | 19d90ad464225bb862e42c184986ef3bd92e4c07 /SendGrid/Example | |
parent | 4b1c01b42663328a132386afa399fbed169c8653 (diff) | |
download | sendgrid-csharp-aaf3c4c1ec1ae13bc2d8ef83ee1471f4e95a22fe.zip sendgrid-csharp-aaf3c4c1ec1ae13bc2d8ef83ee1471f4e95a22fe.tar.gz sendgrid-csharp-aaf3c4c1ec1ae13bc2d8ef83ee1471f4e95a22fe.tar.bz2 |
line changes
Diffstat (limited to 'SendGrid/Example')
-rwxr-xr-x | SendGrid/Example/Program.cs | 1 |
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");
|