You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: xml/ns-System.Net.Mail.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
5
<formattype="text/markdown"><![CDATA[
6
6
7
7
## 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
+
10
10
]]></format>
11
11
</remarks>
12
12
<altmembercref="N:System.Net" />
@@ -20,4 +20,4 @@
20
20
<relatedtype="Article"href="~/docs/framework/network-programming/network-tracing.md">Network Tracing in the .NET Framework</related>
21
21
<relatedtype="Article"href="~/docs/framework/network-programming/security-in-network-programming.md">Security in Network Programming</related>
0 commit comments