diff options
author | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-04-25 15:51:54 -0700 |
---|---|---|
committer | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-04-25 15:51:54 -0700 |
commit | cc1953ef91a3b34f7ae338a8a1d976cf93583b57 (patch) | |
tree | 104e1e1c7bb033a3a9a5112c4bc7b74c3ab348d4 /SendGrid/SendGridMail/Mail.csproj | |
parent | cf275fca7c7c78364bf5031d0ab7dc01afdd51c4 (diff) | |
download | sendgrid-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-x | SendGrid/SendGridMail/Mail.csproj | 1 |
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" />
|