diff options
author | brandonmwest <brawest@gmail.com> | 2012-07-13 15:11:29 -0700 |
---|---|---|
committer | brandonmwest <brawest@gmail.com> | 2012-07-13 15:11:29 -0700 |
commit | 1e3816f93799c66c59ad89e01ee42c858ffda0a9 (patch) | |
tree | c6c45dcce65a962a262f3818e012762347c231b1 /SendGrid/Example/Program.cs | |
parent | 2a9fcb7557b8054ae6550898a9f796f40ec59c75 (diff) | |
parent | cbfe73a74a42120d3c061633c45e1c99f1921ae2 (diff) | |
download | sendgrid-csharp-1e3816f93799c66c59ad89e01ee42c858ffda0a9.zip sendgrid-csharp-1e3816f93799c66c59ad89e01ee42c858ffda0a9.tar.gz sendgrid-csharp-1e3816f93799c66c59ad89e01ee42c858ffda0a9.tar.bz2 |
Merge pull request #7 from brandonmwest/master
Merge streaming-attachments branch, add test for X-SMTPAPI header "to" array
Diffstat (limited to 'SendGrid/Example/Program.cs')
-rwxr-xr-x | SendGrid/Example/Program.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SendGrid/Example/Program.cs b/SendGrid/Example/Program.cs index edec5c9..1debf2e 100755 --- a/SendGrid/Example/Program.cs +++ b/SendGrid/Example/Program.cs @@ -1,5 +1,6 @@ using System;
using System.Collections.Generic;
+using System.IO;
using System.Linq;
using System.Net;
using System.Net.Mail;
@@ -33,5 +34,6 @@ namespace Example Console.WriteLine("Done!");
Console.ReadLine();
}
+
}
}
|