AmpMessage Class |
Namespace: Aspose.Email.Amp
The AmpMessage type exposes the following members.
Name | Description | |
---|---|---|
![]() | AmpMessage | Initializes a new instance of the AmpMessage class |
Name | Description | |
---|---|---|
![]() | AlternateViews |
Gets the collection of alternate views of message
(Inherited from MailMessage.) |
![]() | AmpHtmlBody |
Gets the AmpHtml representation of message's body.
|
![]() | Attachments |
Gets the collection of attachments of message
(Inherited from MailMessage.) |
![]() | Bcc |
Gets or sets the address collection
that contains the BCC recipients of message
(Inherited from MailMessage.) |
![]() | Body |
Gets or sets the plain text representation of message's body.
(Inherited from MailMessage.) |
![]() | BodyEncoding |
Gets or sets encoding of body
(Inherited from MailMessage.) |
![]() | BodyType |
Gets the type of the body.
(Inherited from MailMessage.) |
![]() | CC |
Gets or sets the address collection
that contains the CC recipients
(Inherited from MailMessage.) |
![]() | Date |
Gets or sets the date of message
(Inherited from MailMessage.) |
![]() | DeliveryNotificationOptions |
Gets or sets the delivery notifications
(Inherited from MailMessage.) |
![]() | From |
Gets or sets the from address
(Inherited from MailMessage.) |
![]() | Headers |
Gets headers collection of message
(Inherited from MailMessage.) |
![]() | HtmlBody |
Gets or sets html body
(Inherited from MailMessage.) |
![]() | HtmlBodyText |
Gets the message htmlbody as plain text.
(Inherited from MailMessage.) |
![]() | IsBodyHtml |
Gets or sets a value indicating
whether the message body is in Html
(Inherited from MailMessage.) |
![]() | IsDraft |
Gets or sets value that indicates whether or not a message has been sent.
(Inherited from MailMessage.) |
![]() | IsEncrypted |
Gets a value indicating whether the message is encrypted.
(Inherited from MailMessage.) |
![]() | IsReadOnly |
Gets a value indicating
whether the message is read only
(Inherited from MailMessage.) |
![]() | IsSigned |
Gets a value indicating whether the message is signed.
(Inherited from MailMessage.) |
![]() | LinkedResources |
Gets the collection of linked resources of message
(Inherited from MailMessage.) |
![]() | MessageId |
Gets or sets the message id
(Inherited from MailMessage.) |
![]() | OriginalIsTnef |
Gets a value indicating
whether original EML message is in TNEF format.
(Inherited from MailMessage.) |
![]() | PreferredTextEncoding |
Gets or sets preferred encoding for all text properties
(Inherited from MailMessage.) |
![]() | Priority |
Gets or sets the priority of message
(Inherited from MailMessage.) |
![]() | ReadReceiptTo |
Gets or sets the read receipt address.
(Inherited from MailMessage.) |
![]() | ReplyToList |
Gets or sets the list of addresses
to reply to for the mail message
(Inherited from MailMessage.) |
![]() | ReversePath |
Gets or sets ReversePath address
(Inherited from MailMessage.) |
![]() | Sender |
Gets or sets sender address
(Inherited from MailMessage.) |
![]() | Sensitivity |
Gets or sets the sensitivity of message
(Inherited from MailMessage.) |
![]() | Subject |
Gets or sets the subject line
(Inherited from MailMessage.) |
![]() | SubjectEncoding |
Gets or sets the encoding of subject
(Inherited from MailMessage.) |
![]() | TimeZoneOffset |
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.) |
![]() | To |
Gets or sets the address collection that contains
the recipients of message
(Inherited from MailMessage.) |
![]() | XMailer |
Gets or sets the X-Mailer the software
that created the e-mail message
(Inherited from MailMessage.) |
Name | Description | |
---|---|---|
![]() | AddAlternateView |
Add an alternate view to message
(Inherited from MailMessage.) |
![]() | AddAmpComponent | |
![]() | AddAttachment |
Add an attachment to message
(Inherited from MailMessage.) |
![]() | AttachSignature(CmsSigner) |
Creates a signed message.
Creates a read-only copy of the specified MailMessage
and adds a digital signature to it.
(Inherited from MailMessage.) |
![]() | AttachSignature(X509Certificate2) |
Creates a signed message.
Creates a read-only copy of the specified MailMessage
and adds a digital signature to it.
(Inherited from MailMessage.) |
![]() | AttachSignature(CmsSigner, Boolean) |
Creates a signed message.
Creates a read-only copy of the specified MailMessage
and adds a digital signature to it.
(Inherited from MailMessage.) |
![]() | AttachSignature(X509Certificate2, Boolean) |
Creates a signed message.
Creates a read-only copy of the specified MailMessage
and adds a digital signature to it.
(Inherited from MailMessage.) |
![]() | CheckBounced |
Checks whether this message can be treated as a bounce message.
(Inherited from MailMessage.) |
![]() | CheckSignature |
Checking signature exsisting MailMessage.
(Inherited from MailMessage.) |
![]() | Clone |
Clones this instance
(Inherited from MailMessage.) |
![]() | CreateReadReceipt |
Creates the read receipt.
(Inherited from MailMessage.) |
![]() | Decrypt |
Decrypts this message
(Inherited from MailMessage.) |
![]() | Decrypt(X509Certificate2) |
Decrypts this message
(Inherited from MailMessage.) |
![]() | Dispose |
Releases all resources used by the MailMessage
(Inherited from MailMessage.) |
![]() | Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
(Inherited from MailMessage.) |
![]() | DKIMSign |
Signs this message using DKIM (DomainKeys Identified Mail) signature.
(Inherited from MailMessage.) |
![]() | Encrypt(X509Certificate2) |
Encrypts this message
(Inherited from MailMessage.) |
![]() | Encrypt(X509Certificate2) |
Encrypts this message
(Inherited from MailMessage.) |
![]() | Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from MailMessage.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from MailMessage.) |
![]() | GetHashCode |
Returns a hash code for object
(Inherited from MailMessage.) |
![]() | GetHtmlBodyText(Boolean) |
Gets the message htmlbody as plain text.
(Inherited from MailMessage.) |
![]() | GetHtmlBodyText(HyperlinkRenderingCallback) |
Gets the message htmlbody as plain text.
(Inherited from MailMessage.) |
![]() | GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from MailMessage.) |
![]() | GetType | (Inherited from Object.) |
![]() | Import |
Imports message from stream
(Inherited from MailMessage.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RecomposeTnefContent |
Composes the TNEF content.
Note, that tnef attachment is composed if a message initially contained TNEF
and was loaded without FileCompatibilityMode.PreserveTnefAttachments flag,
That is this method doesn't create tnef message out of the regular one.
(Inherited from MailMessage.) |
![]() | RemoveSignature |
Remove signature
(Inherited from MailMessage.) |
![]() | Save(Stream) |
Save message as a stream
(Inherited from MailMessage.) |
![]() | Save(String) |
Save message as a file
(Inherited from MailMessage.) |
![]() | Save(String, SaveOptions) |
Save message as a file with additional options.
(Inherited from MailMessage.) |
![]() | Save(Stream, SaveOptions) |
Save message as a stream
(Overrides MailMessageSave(Stream, SaveOptions).) |
![]() | ToString |
Returns a string that represents the current object.
(Inherited from MailMessage.) |