Skip to content

Commit

Permalink
Merge pull request #58 from longzheng/master
Browse files Browse the repository at this point in the history
Added support for "inline_css" message boolean
  • Loading branch information
shawnmclean committed Mar 11, 2014
2 parents 3eb1250 + caf045c commit 0b169c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Mandrill/Models/EmailMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,11 @@ public class EmailMessage
/// </summary>
public bool url_strip_qs { get; set; }

/// <summary>
/// Gets or sets a value indicating whether inline_css.
/// </summary>
public bool inline_css { get; set; }

#endregion

#region Public Methods and Operators
Expand Down

0 comments on commit 0b169c8

Please sign in to comment.