summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/SendGrid.cs
diff options
context:
space:
mode:
authorBrandon West <brawest@gmail.com>2012-07-13 15:01:50 -0600
committerBrandon West <brawest@gmail.com>2012-07-13 15:01:50 -0600
commitc76114aee3506b0640b9b567a846c701d78f0b5d (patch)
treeb79846a435f509fbd8708c2e89a5510c2fbc75f5 /SendGrid/SendGridMail/SendGrid.cs
parent2a9fcb7557b8054ae6550898a9f796f40ec59c75 (diff)
downloadsendgrid-csharp-c76114aee3506b0640b9b567a846c701d78f0b5d.zip
sendgrid-csharp-c76114aee3506b0640b9b567a846c701d78f0b5d.tar.gz
sendgrid-csharp-c76114aee3506b0640b9b567a846c701d78f0b5d.tar.bz2
add passing test for setting and getting X-SMTPAPI "to" array
Diffstat (limited to 'SendGrid/SendGridMail/SendGrid.cs')
-rwxr-xr-xSendGrid/SendGridMail/SendGrid.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/SendGrid/SendGridMail/SendGrid.cs b/SendGrid/SendGridMail/SendGrid.cs
index 42214b7..14b9a9a 100755
--- a/SendGrid/SendGridMail/SendGrid.cs
+++ b/SendGrid/SendGridMail/SendGrid.cs
@@ -298,7 +298,6 @@ namespace SendGridMail
Header.SetCategory(category);
}
-
public void AddAttachment(String filePath)
{
_attachments.Add(filePath);