diff options
author | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-16 22:25:03 -0800 |
---|---|---|
committer | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-16 22:25:03 -0800 |
commit | 8e762563b055afb30b162c139ca7778320280ab8 (patch) | |
tree | 6ec84cb2bfb922a9f283716e65d55e057d50b737 /SendGrid/Example/RESTAPI.cs | |
parent | 607d334cf039d63a7e6361077b0cd8646959ce31 (diff) | |
download | sendgrid-csharp-8e762563b055afb30b162c139ca7778320280ab8.zip sendgrid-csharp-8e762563b055afb30b162c139ca7778320280ab8.tar.gz sendgrid-csharp-8e762563b055afb30b162c139ca7778320280ab8.tar.bz2 |
removed redundant code and added some unit tests
Diffstat (limited to 'SendGrid/Example/RESTAPI.cs')
-rwxr-xr-x | SendGrid/Example/RESTAPI.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/SendGrid/Example/RESTAPI.cs b/SendGrid/Example/RESTAPI.cs index 73dbf04..c90253a 100755 --- a/SendGrid/Example/RESTAPI.cs +++ b/SendGrid/Example/RESTAPI.cs @@ -83,8 +83,6 @@ namespace Example message.AddAttachment(@"D:\att_proj\21.jpg");
- //Utils.PrepareAttachments();
-
//create an instance of the SMTP transport mechanism
var restInstance = REST.GetInstance(new NetworkCredential(_username, _password));
|