Skip to content

Commit

Permalink
And on ISmtpClient
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Sep 27, 2023
1 parent e468c71 commit b5bc1bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MailKit/Net/Smtp/ISmtpClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ public interface ISmtpClient : IMailTransport
/// <remarks>
/// Gets or sets how much of the message to include in any failed delivery status notifications.
/// </remarks>
/// <example>
/// <code language="c#" source="Examples\SmtpExamples.cs" region="DeliveryStatusNotification"/>
/// </example>
/// <value>A value indicating how much of the message to include in a failure delivery status notification.</value>
DeliveryStatusNotificationType DeliveryStatusNotificationType { get; set; }

Expand Down

0 comments on commit b5bc1bf

Please sign in to comment.