summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/ISendGrid.cs
diff options
context:
space:
mode:
authorTyler Bischel <tyler.bischel@sendgrid.com>2012-01-11 16:37:43 -0800
committerTyler Bischel <tyler.bischel@sendgrid.com>2012-01-11 16:37:43 -0800
commitd77d9340304ad40940b1e77e12f484df351fc47a (patch)
tree6f769629195081e579cff0cab83b37a8e740fb61 /SendGrid/SendGridMail/ISendGrid.cs
parent49b62e5e11bdce40953b74d2ed358feb8b8d4c00 (diff)
parent26748c95a5092afbe48195710bce1ed3335ba1ee (diff)
downloadsendgrid-csharp-d77d9340304ad40940b1e77e12f484df351fc47a.zip
sendgrid-csharp-d77d9340304ad40940b1e77e12f484df351fc47a.tar.gz
sendgrid-csharp-d77d9340304ad40940b1e77e12f484df351fc47a.tar.bz2
Merge branch 'us1882' of github.com:sendgrid/sendgrid-csharp into us1882
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);