AmpMessage Properties

The AmpMessage type exposes the following members.

Properties
  NameDescription
Public propertyAlternateViews
Gets the collection of alternate views of message
(Inherited from MailMessage.)
Public propertyAmpHtmlBody
Gets the AmpHtml representation of message's body.
Public propertyAttachments
Gets the collection of attachments of message
(Inherited from MailMessage.)
Public propertyBcc
Gets or sets the address collection that contains the BCC recipients of message
(Inherited from MailMessage.)
Public propertyBody
Gets or sets the plain text representation of message's body.
(Inherited from MailMessage.)
Public propertyBodyEncoding
Gets or sets encoding of body
(Inherited from MailMessage.)
Public propertyBodyType
Gets the type of the body.
(Inherited from MailMessage.)
Public propertyCC
Gets or sets the address collection that contains the CC recipients
(Inherited from MailMessage.)
Public propertyDate
Gets or sets the date of message
(Inherited from MailMessage.)
Public propertyDeliveryNotificationOptions
Gets or sets the delivery notifications
(Inherited from MailMessage.)
Public propertyFrom
Gets or sets the from address
(Inherited from MailMessage.)
Public propertyHeaders
Gets headers collection of message
(Inherited from MailMessage.)
Public propertyHtmlBody
Gets or sets html body
(Inherited from MailMessage.)
Public propertyHtmlBodyText
Gets the message htmlbody as plain text.
(Inherited from MailMessage.)
Public propertyIsBodyHtml
Gets or sets a value indicating whether the message body is in Html
(Inherited from MailMessage.)
Public propertyIsDraft
Gets or sets value that indicates whether or not a message has been sent.
(Inherited from MailMessage.)
Public propertyIsEncrypted
Gets a value indicating whether the message is encrypted.
(Inherited from MailMessage.)
Public propertyIsReadOnly
Gets a value indicating whether the message is read only
(Inherited from MailMessage.)
Public propertyIsSigned
Gets a value indicating whether the message is signed.
(Inherited from MailMessage.)
Public propertyLinkedResources
Gets the collection of linked resources of message
(Inherited from MailMessage.)
Public propertyMessageId
Gets or sets the message id
(Inherited from MailMessage.)
Public propertyOriginalIsTnef
Gets a value indicating whether original EML message is in TNEF format.
(Inherited from MailMessage.)
Public propertyPreferredTextEncoding
Gets or sets preferred encoding for all text properties
(Inherited from MailMessage.)
Public propertyPriority
Gets or sets the priority of message
(Inherited from MailMessage.)
Public propertyReadReceiptTo
Gets or sets the read receipt address.
(Inherited from MailMessage.)
Public propertyReplyToList
Gets or sets the list of addresses to reply to for the mail message
(Inherited from MailMessage.)
Public propertyReversePath
Gets or sets ReversePath address
(Inherited from MailMessage.)
Public propertySender
Gets or sets sender address
(Inherited from MailMessage.)
Public propertySensitivity
Gets or sets the sensitivity of message
(Inherited from MailMessage.)
Public propertySubject
Gets or sets the subject line
(Inherited from MailMessage.)
Public propertySubjectEncoding
Gets or sets the encoding of subject
(Inherited from MailMessage.)
Public propertyTimeZoneOffset
Gets or sets the Coordinated Universal Time (UTC) offset for the message dates. This property defines the time zone difference, between the local time and UTC.
(Inherited from MailMessage.)
Public propertyTo
Gets or sets the address collection that contains the recipients of message
(Inherited from MailMessage.)
Public propertyXMailer
Gets or sets the X-Mailer the software that created the e-mail message
(Inherited from MailMessage.)
See Also