Skip to content

Commit

Permalink
And on the SmtpClient.DeliveryStatusNotificationType property
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Sep 27, 2023
1 parent 8649239 commit e468c71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MailKit/Net/Smtp/SmtpClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1819,6 +1819,9 @@ protected virtual string GetEnvelopeId (MimeMessage message)
/// <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>
public DeliveryStatusNotificationType DeliveryStatusNotificationType {
get; set;
Expand Down

0 comments on commit e468c71

Please sign in to comment.