summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/ISendGrid.cs
diff options
context:
space:
mode:
authorCJ Buchmann <cj.buchmann@sendgrid.com>2012-01-11 16:46:26 -0800
committerCJ Buchmann <cj.buchmann@sendgrid.com>2012-01-11 16:46:26 -0800
commita0d5ea910ca3ff41fc911af47ce77f31cb59938c (patch)
tree2a9262109a6d50de0b875a3423b2a265aa90d870 /SendGrid/SendGridMail/ISendGrid.cs
parentb4db907a4c69a483b00aba9ef0b624c9e5d58c86 (diff)
parentd77d9340304ad40940b1e77e12f484df351fc47a (diff)
downloadsendgrid-csharp-a0d5ea910ca3ff41fc911af47ce77f31cb59938c.zip
sendgrid-csharp-a0d5ea910ca3ff41fc911af47ce77f31cb59938c.tar.gz
sendgrid-csharp-a0d5ea910ca3ff41fc911af47ce77f31cb59938c.tar.bz2
Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882
Conflicts: SendGrid/Example/Program.cs
Diffstat (limited to 'SendGrid/SendGridMail/ISendGrid.cs')
-rwxr-xr-xSendGrid/SendGridMail/ISendGrid.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/SendGridMail/ISendGrid.cs b/SendGrid/SendGridMail/ISendGrid.cs
index e8e5fb2..8c07947 100755
--- a/SendGrid/SendGridMail/ISendGrid.cs
+++ b/SendGrid/SendGridMail/ISendGrid.cs
@@ -45,7 +45,7 @@ namespace SendGridMail
void AddBcc(IEnumerable<String> addresses);
void AddBcc(IDictionary<String, IDictionary<String, String>> addresssInfo);
- void AddSubVal(String tag, String value);
+ void AddSubVal(String tag, params String[] value);
void AddAttachment(String filePath);
void AddAttachment(Attachment attachment);