Skip to content

Commit

Permalink
Documentation fixes to SmtpCommandException
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed May 2, 2024
1 parent 7aa56a4 commit abbaf5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MailKit/Net/Smtp/SmtpCommandException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public override void GetObjectData (SerializationInfo info, StreamingContext con
#endif

/// <summary>
/// Gets the error code which may provide additional information.
/// Get the error code which may provide additional information.
/// </summary>
/// <remarks>
/// The error code can be used to programatically deal with the
Expand All @@ -188,7 +188,7 @@ public override void GetObjectData (SerializationInfo info, StreamingContext con
}

/// <summary>
/// Gets the mailbox that the error occurred on.
/// Get the mailbox that the error occurred on.
/// </summary>
/// <remarks>
/// This property will only be available when the <see cref="ErrorCode"/>
Expand All @@ -205,7 +205,7 @@ public override void GetObjectData (SerializationInfo info, StreamingContext con
}

/// <summary>
/// Gets the status code returned by the SMTP server.
/// Get the status code returned by the SMTP server.
/// </summary>
/// <remarks>
/// The raw SMTP status code that resulted in the <see cref="SmtpCommandException"/>
Expand Down

0 comments on commit abbaf5d

Please sign in to comment.