Dart.Mail Namespace : Htmlpart Class |
For a list of all members of this type, see Htmlpart members.
Name | Description | |
---|---|---|
Clear | Reinitializes the part to default (empty) values. (Inherited from Dart.Mail.Resource) | |
Clone | Overridden. Creates a deep copy of the Htmlpart. | |
ContentToArray | Gets a byte[] that contains decoded byte content. (Inherited from Dart.Mail.Resource) | |
Dispose | Overloaded. Releases all resources associated with the object. (Inherited from Dart.Mail.Part) | |
GetContentEncodingStream | 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.Resource) | |
GetContentStream | Gets a MemoryStream that has been filled with encoded Textpart.Content. (Inherited from Dart.Mail.Textpart) | |
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) | |
GetMediaTypeFromExtension | Parses the extension from the provided path and uses it to return a string suitable for use as ContentType.MediaType. (Inherited from Dart.Mail.Resource) | |
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) |