Skip to content

Commit

Permalink
Minor update in PostmarkMessageBase documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vladsandu committed Mar 17, 2020
1 parent 02877d4 commit f4f47e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Postmark/Model/PostmarkMessageBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ public PostmarkMessageBase()
public bool? TrackOpens { get; set; }

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

/// <summary>
Expand Down

0 comments on commit f4f47e6

Please sign in to comment.