The following tables list the members exposed by Part.
Public Properties
Public Methods
| Name | Description |
 | Clear |
Reinitializes the part to default (empty) values.
|
 | Clone |
Creates a deep copy of the Part, but a shallow copy of its content.
|
 | Dispose | Overloaded.
Releases all resources associated with the object.
|
 | 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. |
 | GetDecodingExceptions |
Returns Exceptions created during decoding.
|
  | GetEncoding | Gets the named encoding using System.Text.Encoding.GetEncoding(System.String) and EncodingMap, which allows invalid character sets to be mapped to valid ones. |
 | 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. |
 | ToArray |
Returns the encoded MIME entity as a byte array.
|
 | ToString | Overloaded.
Returns the MIME entity as a String.
|
Top
See Also