summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/ISendGrid.cs
diff options
context:
space:
mode:
authorTyler Bischel <tyler.bischel@sendgrid.com>2012-01-24 16:30:29 -0800
committerTyler Bischel <tyler.bischel@sendgrid.com>2012-01-24 16:30:29 -0800
commit9b04e9c45445883508b699af481fd7c076ee0d17 (patch)
tree73695bb9fa31d0996168402c8d6568813848e802 /SendGrid/SendGridMail/ISendGrid.cs
parenta4c59ce574fa71bd7d2096b4a142e8d54670ea3c (diff)
downloadsendgrid-csharp-9b04e9c45445883508b699af481fd7c076ee0d17.zip
sendgrid-csharp-9b04e9c45445883508b699af481fd7c076ee0d17.tar.gz
sendgrid-csharp-9b04e9c45445883508b699af481fd7c076ee0d17.tar.bz2
added examples based on user feedback
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 724d145..10f0826 100755
--- a/SendGrid/SendGridMail/ISendGrid.cs
+++ b/SendGrid/SendGridMail/ISendGrid.cs
@@ -104,7 +104,7 @@ namespace SendGridMail
/// Event API if an event notification is triggered by this email.
/// </summary>
/// <param name="identifiers">parameter substitutionValues pairs to be passed back on event notification</param>
- void AddUniqueIdentifier(IDictionary<String, String> identifiers);
+ void AddUniqueIdentifiers(IDictionary<String, String> identifiers);
/// <summary>
/// This sets the category for this email. Statistics are stored on a per category