AmpMessage Methods |
The AmpMessage type exposes the following members.
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.) |