Skip to content

Commit

Permalink
Add documentation around LinkTrackingOptions changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vladsandu committed Mar 17, 2020
1 parent 984d4ea commit 02877d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Postmark/Model/PostmarkMessageBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ public PostmarkMessageBase()
/// </remarks>
public bool? TrackOpens { get; set; }

/// <summary>
/// Track this message using Postmark's ClickTracking feature.
/// </summary>
/// <remarks>If not provided, the default server's ClickTracking option will be used instead.</remarks>
public LinkTrackingOptions? TrackLinks { get; set; }

/// <summary>
Expand Down

0 comments on commit 02877d4

Please sign in to comment.