The MailBuilder type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Alternatives |
Gets the list of all alternative elements. You can use AddAlternative(MimeBase) or AddAppointment(Appointment) methods to add attachment to this collection.
| |
| Bcc | ||
| Cc | ||
| Date |
'Date' field, message send date. May be null when not specified or in case of parsing error.
| |
| From |
'From' field, author(s) of the message.
If empty, email-message is NOT RFC 2822 compliant.
| |
| Html |
Gets or sets HTML version of the email.
If value is not empty extracts plain text from HTML and overrides Text property.
| |
| Importance |
'Importance' field, message's importance.
It's easier to use PriorityHigh()()()() or PriorityLow()()()() methods then setting this field.
| |
| InReplyTo |
'In-Reply-To' field, message's parent, without surrounding brackets (< and >).
| |
| MessageID |
'Message-ID' field, message's id. Without surrounding brackets (< and >).
If not set or set to null generated automatically.
| |
| NonVisuals |
Gets the list of all visual elements. You can use AddAttachment(MimeData) method to add attachment to this collection.
| |
| NotificationTo |
'Disposition-Notification-To' header. May be empty.
It's easier to use RequestReadReceipt()()()() method then adding addresses to this property.
| |
| Priority |
'Priority' field, message's priority.
It's easier to use PriorityHigh()()()() or PriorityLow()()()() methods then setting this field.
| |
| References |
'References' field, ids of the referenced messages. Without surrounding brackets (< and >).
| |
| ReplyTo | ||
| ReturnReceiptTo |
'Return-Receipt-To' field. May be empty.
It's easier to use RequestReadReceipt()()()() method then adding addresses to this property.
| |
| Sender |
'Sender' field, mailbox of the agent responsible for the actual transmission.
If 'Sender' is null use From property.
| |
| Sensitivity |
'Sensitivity' field, message's sensitivity.
| |
| SetDefaults |
Gets or set the value indicating whether default values (message-id, date) should be set.
Default is true.
| |
| SMIMEConfiguration |
Gets S/MIME decrypt configuration (automatic decryption, certificates used for decryption)
| |
| Subject |
'Subject' field, message's subject.
| |
| Text |
Gets or sets plain text version of the email. Please remember that setting Html will override plain text.
| |
| To | ||
| Visuals |
Gets the list of all non visual elements. You can use AddVisual(MimeData) method to add attachment to this collection.
| |
| XConfirmReadingTo |
'X-Confirm-Reading-To' field. May be empty.
It's easier to use RequestReadReceipt()()()() method then adding addresses to this property.
| |
| XPriority |
'X-Priority' field (Outlook specific).
Value ranges from "1" to "5" where "1" is the highest priority, "3" is normal, and "5" is the lowest priority.
It's easier to use PriorityHigh()()()() or PriorityLow()()()() methods then setting this field.
|