MailMessage Properties

The MailMessage type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleAttachments
Gets the AttachmentCollection object containing the attachments of the mail message.
Public propertyCode exampleBcc
Gets or sets the list of blind carbon copy (BCC) recipients of the message.
Public propertyCode exampleBodyHtmlText
Gets or sets the HTML body of the message.
Public propertyCode exampleBodyParts
Gets all the text bodies of the message.
Public propertyCode exampleBodyPlainText
Gets or sets the plain-text body of the message.
Public propertyCode exampleBuilder
Gets or sets the options which affect how the mail message is built by MailBee.
Public propertyCode exampleCc
Gets or sets the list of carbon copy (CC) recipients of the message.
Public propertyCode exampleCharset
Gets or sets the name of the charset which was used to compose the message.
Public propertyCode exampleConfirmRead
Gets or sets the e-mail address of an entity which should receive the read confirmation message.
Public propertyCode exampleConfirmReceipt
Gets or sets the e-mail address of an entity which should receive the delivery confirmation message (when the message gets into mailbox of the server).
Public propertyCode exampleContentType
Gets the content type of the message.
Public propertyCode exampleDate
Gets or sets the date and the time when the mail message was composed.
Public propertyCode exampleDateReceived
Gets the date and the time when the message was received by the server.
Public propertyDateSent
Gets or sets the date and the time when the mail message was sent.
Public propertyFilename
Gets the filename of the file this message was loaded from.
Public propertyCode exampleFrom
Gets or sets the e-mail address of the message sender.
Public propertyCode exampleHasAttachments
Indicates if the message has any attachments.
Public propertyCode exampleHeaders
Gets the collection of the message headers.
Public propertyCode exampleImportance
Gets or sets the importance of the message.
Public propertyIndexOnServer
Gets the index of the mail message stored on the mail server.
Public propertyCode exampleIsEncrypted
Indicates if the message is encrypted.
Public propertyCode exampleIsEntire
Indicates if the message was received completely.
Public propertyCode exampleIsSigned
Indicates if the message has a digital signature.
Public propertyCode exampleLastResult
Gets the code of the last occurred error.
Public propertyCode exampleMailTransferEncodingHtml
Gets or sets the transfer encoding of the HTML body of the message.
Public propertyCode exampleMailTransferEncodingPlain
Gets or sets the transfer encoding of the plain-text body of the message.
Public propertyMdnReportType
Gets or sets report-type value for Message Disposition Notification (MDN) messages.
Public propertyCode exampleMerge
Gets the MailMerge object which can be used to perform mail merge using the current e-mail message as a template.
Public propertyCode exampleMessageID
Gets or sets the Message-ID header of the message.
Public propertyCode exampleMimePartTree
Gets the root MIME part of the message.
Public propertyCode exampleOrganization
Gets or sets the name of organization to which the sender of the message belongs.
Public propertyCode exampleParser
Gets or sets the options which affect how the MailMessage object is parsed.
Public propertyCode examplePartCount
Gets the number of parts of the composite message which is split into the several smaller mail messages.
Public propertyCode examplePartIndex
Gets the index of the current part in the sequence of parts of a composite message.
Public propertyCode examplePriority
Gets or sets the priority of the message.
Public propertyCode exampleRawHeader
Gets the message header section exactly as it is contained in the message.
Public propertyCode exampleReferences
Gets or sets the references of the message.
Public propertyCode exampleReplyTo
Gets or sets the list of the e-mail addresses where to send a reply to this message.
Public propertyCode exampleReturnPath
Gets the value of Return-Path header.
Public propertySender
Gets or sets the value of Sender header.
Public propertyCode exampleSensitivity
Gets or sets the sensitivity of the message.
Public propertyCode exampleSize
Gets the size of the message in bytes.
Public propertyCode exampleSizeOnServer
Gets the actual message size on the mail server.
Public propertyCode exampleSubject
Gets or sets the subject of the message.
Public propertyCode exampleThrowExceptions
Gets or sets whether the MailMessage object will throw exceptions on errors.
Public propertyCode exampleTimeStamps
Gets the collection of which represents the trace route of the message.
Public propertyCode exampleTo
Gets or sets the e-mail addresses of the primary recipients of the mail message.
Public propertyCode exampleUidOnServer
Gets Unique-ID (UID) of the message in the mailbox on the server.
Public propertyCode exampleVersion
Gets the current version of MailBee.NET Objects.
Public propertyCode exampleXMailer
Gets or sets the details about the software which was used to create the message.
Top
See Also