![]() | Mime |
The MimeMessage type exposes the following members.
Name | Description | |
---|---|---|
![]() | Accept | Dispatches to the specific visit method for this MIME message. |
![]() ![]() | CreateFromMailMessage | Create a new MimeMessage from a MailMessage. |
![]() | Dispose | Releases all resources used by the MimeMessage object. |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the MimeMessage and optionally releases the managed resources. |
![]() | Encrypt | Encrypt the message to the sender and all the recipients using the specified cryptography context. |
![]() | EncryptAsync | Asynchronously encrypt the message to the sender and all the recipients using the specified cryptography context. |
![]() | Equals | (Inherited from Object) |
![]() | Finalize |
Releases unmanaged resources and performs other cleanup operations before the
MimeMessage is reclaimed by garbage collection.
(Overrides ObjectFinalize) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetRecipients | Get the concatenated list of recipients. |
![]() | GetTextBody | Get the text body in the specified format. |
![]() | GetType | (Inherited from Object) |
![]() ![]() | Load(Stream, CancellationToken) | Load a MimeMessage from the specified stream. |
![]() ![]() | Load(String, CancellationToken) | Load a MimeMessage from the specified file. |
![]() ![]() | Load(ParserOptions, Stream, CancellationToken) | Load a MimeMessage from the specified stream. |
![]() ![]() | Load(ParserOptions, String, CancellationToken) | Load a MimeMessage from the specified file. |
![]() ![]() | Load(Stream, Boolean, CancellationToken) | Load a MimeMessage from the specified stream. |
![]() ![]() | Load(ParserOptions, Stream, Boolean, CancellationToken) | Load a MimeMessage from the specified stream. |
![]() ![]() | LoadAsync(Stream, CancellationToken) | Asynchronously load a MimeMessage from the specified stream. |
![]() ![]() | LoadAsync(String, CancellationToken) | Asynchronously load a MimeMessage from the specified file. |
![]() ![]() | LoadAsync(ParserOptions, Stream, CancellationToken) | Asynchronously load a MimeMessage from the specified stream. |
![]() ![]() | LoadAsync(ParserOptions, String, CancellationToken) | Asynchronously load a MimeMessage from the specified file. |
![]() ![]() | LoadAsync(Stream, Boolean, CancellationToken) | Asynchronously load a MimeMessage from the specified stream. |
![]() ![]() | LoadAsync(ParserOptions, Stream, Boolean, CancellationToken) | Asynchronously load a MimeMessage from the specified stream. |
![]() | MemberwiseClone | (Inherited from Object) |
![]() | Prepare | Prepare the message for transport using the specified encoding constraints. |
![]() | Sign(CryptographyContext, CancellationToken) | Sign the message using the specified cryptography context and the SHA-1 digest algorithm. |
![]() | Sign(CryptographyContext, DigestAlgorithm, CancellationToken) | Sign the message using the specified cryptography context and digest algorithm. |
![]() | SignAndEncrypt(CryptographyContext, CancellationToken) | Sign and encrypt the message to the sender and all the recipients using the specified cryptography context and the SHA-1 digest algorithm. |
![]() | SignAndEncrypt(CryptographyContext, DigestAlgorithm, CancellationToken) | Sign and encrypt the message to the sender and all the recipients using the specified cryptography context and the specified digest algorithm. |
![]() | SignAndEncryptAsync(CryptographyContext, CancellationToken) | Asynchronously sign and encrypt the message to the sender and all the recipients using the specified cryptography context and the SHA-1 digest algorithm. |
![]() | SignAndEncryptAsync(CryptographyContext, DigestAlgorithm, CancellationToken) | Asynchronously sign and encrypt the message to the sender and all the recipients using the specified cryptography context and the specified digest algorithm. |
![]() | SignAsync(CryptographyContext, CancellationToken) | Asynchronously sign the message using the specified cryptography context and the SHA-1 digest algorithm. |
![]() | SignAsync(CryptographyContext, DigestAlgorithm, CancellationToken) | Asynchronously sign the message using the specified cryptography context and digest algorithm. |
![]() | ToString |
Returns a String that represents the MimeMessage for debugging purposes.
(Overrides ObjectToString) |
![]() | WriteTo(Stream, CancellationToken) | Write the message to the specified output stream. |
![]() | WriteTo(String, CancellationToken) | Write the message to the specified file. |
![]() | WriteTo(FormatOptions, Stream, CancellationToken) | Write the message to the specified output stream. |
![]() | WriteTo(FormatOptions, String, CancellationToken) | Write the message to the specified file. |
![]() | WriteTo(Stream, Boolean, CancellationToken) | Write the message to the specified output stream. |
![]() | WriteTo(FormatOptions, Stream, Boolean, CancellationToken) | Write the message to the specified output stream. |
![]() | WriteToAsync(Stream, CancellationToken) | Asynchronously write the message to the specified output stream. |
![]() | WriteToAsync(String, CancellationToken) | Asynchronously write the message to the specified file. |
![]() | WriteToAsync(FormatOptions, Stream, CancellationToken) | Asynchronously write the message to the specified output stream. |
![]() | WriteToAsync(FormatOptions, String, CancellationToken) | Asynchronously write the message to the specified file. |
![]() | WriteToAsync(Stream, Boolean, CancellationToken) | Asynchronously write the message to the specified output stream. |
![]() | WriteToAsync(FormatOptions, Stream, Boolean, CancellationToken) | Asynchronously write the message to the specified output stream. |