Skip to content

Commit a3099b7

Browse files
stephenegriffinRon Petrusha
authored andcommitted
Update ns-System.Net.Mail.xml (#2420)
* Update ns-System.Net.Mail.xml Lift the warning from SmtpClient to the namespace to make it clearer this is now obsolete. * Update ns-System.Net.Mail.xml
1 parent 17f7edb commit a3099b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/ns-System.Net.Mail.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<format type="text/markdown"><![CDATA[
66
77
## Remarks
8-
The <xref:System.Net.Mail.MailMessage> class represents the content of a mail message. The <xref:System.Net.Mail.SmtpClient> class transmits email to the SMTP host that you designate for mail delivery. You can create mail attachments using the <xref:System.Net.Mail.Attachment> class.
9-
8+
The <xref:System.Net.Mail.MailMessage> class represents the content of a mail message. You can create mail attachments using the <xref:System.Net.Mail.Attachment> class.
9+
1010
]]></format>
1111
</remarks>
1212
<altmember cref="N:System.Net" />
@@ -20,4 +20,4 @@
2020
<related type="Article" href="~/docs/framework/network-programming/network-tracing.md">Network Tracing in the .NET Framework</related>
2121
<related type="Article" href="~/docs/framework/network-programming/security-in-network-programming.md">Security in Network Programming</related>
2222
</Docs>
23-
</Namespace>
23+
</Namespace>

0 commit comments

Comments
 (0)