summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/Mail.csproj
diff options
context:
space:
mode:
authorTyler Bischel <tyler.bischel@sendgrid.com>2012-04-25 15:51:54 -0700
committerTyler Bischel <tyler.bischel@sendgrid.com>2012-04-25 15:51:54 -0700
commitcc1953ef91a3b34f7ae338a8a1d976cf93583b57 (patch)
tree104e1e1c7bb033a3a9a5112c4bc7b74c3ab348d4 /SendGrid/SendGridMail/Mail.csproj
parentcf275fca7c7c78364bf5031d0ab7dc01afdd51c4 (diff)
downloadsendgrid-csharp-cc1953ef91a3b34f7ae338a8a1d976cf93583b57.zip
sendgrid-csharp-cc1953ef91a3b34f7ae338a8a1d976cf93583b57.tar.gz
sendgrid-csharp-cc1953ef91a3b34f7ae338a8a1d976cf93583b57.tar.bz2
added support for attachments by streams, and made the REST call truncate to onl the file name, not the full path
Diffstat (limited to 'SendGrid/SendGridMail/Mail.csproj')
-rwxr-xr-xSendGrid/SendGridMail/Mail.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/SendGrid/SendGridMail/Mail.csproj b/SendGrid/SendGridMail/Mail.csproj
index f1bf7f6..91d3b91 100755
--- a/SendGrid/SendGridMail/Mail.csproj
+++ b/SendGrid/SendGridMail/Mail.csproj
@@ -53,6 +53,7 @@
<Compile Include="ISendGrid.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SendGrid.cs" />
+ <Compile Include="StreamedFileBody.cs" />
<Compile Include="Transport\ITransport.cs" />
<Compile Include="Transport\Web.cs" />
<Compile Include="Transport\SMTP.cs" />