System.Net.Mail.MailMessage

E697513

System.Net.Mail.MailMessage is a .NET class used to construct and represent email messages, including their recipients, subject, body, and attachments, for sending via SMTP.

All labels observed (1)

Label Occurrences
System.Net.Mail.MailMessage canonical 2

How this entity was disambiguated

Statements (52)

Predicate Object
instanceOf .NET class ⓘ
C# class ⓘ
assembly System.dll ⓘ
disposes System.Net.Mail.Attachment ⓘ
hasCollectionPropertyType AlternateViews: AlternateViewCollection ⓘ
Attachments: AttachmentCollection ⓘ
Bcc: MailAddressCollection ⓘ
CC: MailAddressCollection ⓘ
ReplyToList: MailAddressCollection ⓘ
To: MailAddressCollection ⓘ
hasConstructor MailMessage() ⓘ
MailMessage(MailAddress from, MailAddress to) ⓘ
MailMessage(MailAddress from, MailAddress to, string subject, string body) ⓘ
MailMessage(string from, string to) ⓘ
MailMessage(string from, string to, string subject, string body) ⓘ
hasMethod Dispose() ⓘ
Dispose(bool disposing) ⓘ
hasProperty AlternateViews ⓘ
Attachments ⓘ
Bcc ⓘ
Body ⓘ
BodyEncoding ⓘ
CC ⓘ
DeliveryNotificationOptions ⓘ
From ⓘ
Headers ⓘ
HeadersEncoding ⓘ
IsBodyHtml ⓘ
Priority ⓘ
ReplyToList ⓘ
Sender ⓘ
Subject ⓘ
SubjectEncoding ⓘ
To ⓘ
implements System.IDisposable ⓘ
introducedIn .NET Framework 2.0 ⓘ
linked to: .NET Framework
lifecycle should be disposed after use ⓘ
namespace System.Net.Mail ⓘ
linked to: System.Net
purpose represent an email message ⓘ
supports HTML email bodies via IsBodyHtml ⓘ
alternate views for different content types ⓘ
file attachments ⓘ
multiple recipients ⓘ
threadSafety instance members are not guaranteed to be thread-safe ⓘ
usedFor constructing email messages ⓘ
sending email via SMTP ⓘ
usedWith System.Net.Mail.SmtpClient ⓘ
usesType System.Net.Mail.AlternateView ⓘ
System.Net.Mail.Attachment ⓘ
System.Net.Mail.DeliveryNotificationOptions ⓘ
System.Net.Mail.MailAddress ⓘ
System.Net.Mail.MailPriority ⓘ

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

System.Net → containsClass → System.Net.Mail.MailMessage ⓘ
System.Net.Mail.Attachment → relatedTo → System.Net.Mail.MailMessage ⓘ