Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.Net.Mail/SmtpClient.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</Attribute>
</Attributes>
<Docs>
<summary>Allows applications to send email by using the Simple Mail Transfer Protocol (SMTP).</summary>
<summary>Allows applications to send email by using the Simple Mail Transfer Protocol (SMTP). The <c>SmtpClient</c> type is now obsolete.</summary>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there are recommended alternative? That's going to be an obvious question for readers when they see this.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The recommended alternatives are listed in the obsolete message, which appears in the syntax section, @BillWagner. There is no .NET base class library alternative.

<remarks>
<format type="text/markdown"><![CDATA[

Expand Down