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