Skip to content
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

Table of Contents

Public API

MessageID

The message ID, which can be used as the message reference in the client class calls

Subject

The subject (title) of the email

Addresses

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
All of them are based on MailAddress class

MailAddress

The class that's used to specify the email address

Clone this wiki locally