diff options
author | Brandon West <brawest@gmail.com> | 2012-07-13 15:01:50 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2012-07-13 15:01:50 -0600 |
commit | c76114aee3506b0640b9b567a846c701d78f0b5d (patch) | |
tree | b79846a435f509fbd8708c2e89a5510c2fbc75f5 /SendGrid/SendGridMail/SendGrid.cs | |
parent | 2a9fcb7557b8054ae6550898a9f796f40ec59c75 (diff) | |
download | sendgrid-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-x | SendGrid/SendGridMail/SendGrid.cs | 1 |
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);
|