-
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 - the collection of recipients addresses
- 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 - the collection of carbon-copy address
- Bcc - the collection of blind-carbon-copy address
The class that's used to specify the email address