Dart.Mail Namespace : MailMessage Class |
For a list of all members of this type, see MailMessage members.
Name | Description | |
---|---|---|
![]() | Clear | Overridden. Reinitializes the MailMessage to default values. IsMime is set to true. Date is set to DateTime.Now. |
![]() | Clone | Overridden. Creates a deep copy of the MailMessage, but deep/shallow copies of its Parts. Attachments and Resources are shallow copies, Textparts and Htmlparts are deep copies. |
![]() | Dispose | Overloaded. Releases all resources associated with the object. (Inherited from Dart.Mail.Multipart) |
![]() | FindHtml | Finds the first Htmlpart, recursively searching Multipart.Parts (depth before breadth). (Inherited from Dart.Mail.Multipart) |
![]() | FindParent | Performs a recursive search to find the "parent" Part of the specified child within this Multipart. (Inherited from Dart.Mail.Multipart) |
![]() | FindText | Finds the first Textpart, recursively searching Multipart.Parts (depth before breadth). (Inherited from Dart.Mail.Multipart) |
![]() | Forward | Creates a forwarded Message. |
![]() | GetContentEncodingStream | Overridden. Used to encode message content. |
![]() | GetDecodingExceptions | Returns Exceptions created during decoding. (Inherited from Dart.Mail.Part) |
![]() | GetEncodingStream | Returns a Stream that encodes when System.IO.Stream.Read(System.Byte[],System.Int32,System.Int32) is used and decodes when System.IO.Stream.Write(System.Byte[],System.Int32,System.Int32) is used. (Inherited from Dart.Mail.Part) |
![]() | GetObjectData | This method supports the .NET infrastructure and is not meant to be called directly from your code. |
![]() | Open | Overloaded. Decodes the provided Stream and populates the Part. |
![]() | Reply | Creates a reply message by inserting a new Textpart. Leaves the original parts unmodified. |
![]() | ReplyAll | Creates a reply message by inserting a new Textpart. Leaves the original parts unmodified. Replies to the sender and CC's all recipients. |
![]() | ReplyAllInline | Creates a reply message by prepending the reply text/HTML and separators to the original text/HTML. Replies to the sender and CC's all recipients. |
![]() | ReplyInline | Creates a reply message by prepending the reply text/HTML and separators to the original text/HTML. |
![]() | Save | Overloaded. Encodes the MIME entity and saves it to the specified stream. |
![]() | SecureDecode | Overloaded. Decode the S/MIME encoded MailMessage. |
![]() | SecureEncrypt | Overloaded. Encrypt the MailMessage using S/MIME encoding. |
![]() | SecureSign | Overloaded. Sign the MailMessage using S/MIME encoding. |
![]() | ToArray | Returns the encoded MIME entity as a byte array. (Inherited from Dart.Mail.Part) |
![]() | ToString | Overloaded. Returns the MIME entity as a String. (Inherited from Dart.Mail.Part) |