summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/SendGrid.cs
diff options
context:
space:
mode:
authorWataru Sato <awwa500@gmail.com>2015-01-28 18:21:27 +0900
committerWataru Sato <awwa500@gmail.com>2015-01-28 18:21:27 +0900
commitc14afcfbcf4aa04132a3742528b17f461272fa7c (patch)
treea144e16cf953df5d321e0b7c7851cd5394975899 /SendGrid/SendGridMail/SendGrid.cs
parent6354302c92e8994b44ae8fc89a992ad4ffca5b6d (diff)
downloadsendgrid-csharp-c14afcfbcf4aa04132a3742528b17f461272fa7c.zip
sendgrid-csharp-c14afcfbcf4aa04132a3742528b17f461272fa7c.tar.gz
sendgrid-csharp-c14afcfbcf4aa04132a3742528b17f461272fa7c.tar.bz2
AddSection
Diffstat (limited to 'SendGrid/SendGridMail/SendGrid.cs')
-rw-r--r--SendGrid/SendGridMail/SendGrid.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/SendGrid/SendGridMail/SendGrid.cs b/SendGrid/SendGridMail/SendGrid.cs
index 1533a46..ef8f8df 100644
--- a/SendGrid/SendGridMail/SendGrid.cs
+++ b/SendGrid/SendGridMail/SendGrid.cs
@@ -221,6 +221,10 @@ namespace SendGrid
//let the system complain if they do something bad, since the function returns null
Header.AddSubstitution(replacementTag, substitutionValues);
}
+ public void AddSection(String relacementTag, String sectionValue)
+ {
+ Header.AddSection(relacementTag, sectionValue);
+ }
public void AddUniqueArgs(IDictionary<String, String> identifiers)
{