diff options
author | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-09 17:07:45 -0800 |
---|---|---|
committer | Tyler Bischel <tyler.bischel@sendgrid.com> | 2012-01-09 17:07:45 -0800 |
commit | 5294b6ff904010efc90a3583e1dd7670034c7c46 (patch) | |
tree | 9682d6559fa739ad048181afc7ec28161f3f19d0 | |
parent | 0b8728acd40b3b1d0e980f4989e7a2f060b4df30 (diff) | |
download | sendgrid-csharp-5294b6ff904010efc90a3583e1dd7670034c7c46.zip sendgrid-csharp-5294b6ff904010efc90a3583e1dd7670034c7c46.tar.gz sendgrid-csharp-5294b6ff904010efc90a3583e1dd7670034c7c46.tar.bz2 |
header changed to property
-rwxr-xr-x | SendGrid/SendGrid/ISendGrid.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/SendGrid/ISendGrid.cs b/SendGrid/SendGrid/ISendGrid.cs index e5d3226..2e06efe 100755 --- a/SendGrid/SendGrid/ISendGrid.cs +++ b/SendGrid/SendGrid/ISendGrid.cs @@ -59,7 +59,7 @@ namespace SendGrid #endregion
#region SMTP API Functions
- IHeader Header();
+ IHeader Header { get; set; }
void DisableGravatar();
void DisableOpenTracking();
|