Skip to content

Commit 0b169c8

Browse files
committed
Merge pull request #58 from longzheng/master
Added support for "inline_css" message boolean
2 parents 3eb1250 + caf045c commit 0b169c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Mandrill/Models/EmailMessage.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,11 @@ public class EmailMessage
295295
/// </summary>
296296
public bool url_strip_qs { get; set; }
297297

298+
/// <summary>
299+
/// Gets or sets a value indicating whether inline_css.
300+
/// </summary>
301+
public bool inline_css { get; set; }
302+
298303
#endregion
299304

300305
#region Public Methods and Operators

0 commit comments

Comments
 (0)