-
Notifications
You must be signed in to change notification settings - Fork 153
MailMessage
Dmitry Boyarintsev edited this page Nov 14, 2021
·
14 revisions
Namespace: AE.Net.Mail
The class name might come in conflict System.Net.Mail.MailMessage
The message ID, which can be used as the message reference in the client class calls
The subject (title) of the email
The following properties are used to identify
- To - recipient of the message
- Sender - the sender of the message
- From - the displayed from line. (could be different than Sender)
- ReplyTo - reply to address that should be used when message is "Replied" in the client
- Cc - carbon-copy address list
- Bcc - blind-carbon-copy address list
The class that's used to specify the email address