MimePart Methods

The MimePart type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodCode exampleGetAllParts
Returns the collection containing this MIME part and all its sub-parts (if any) as a flat list.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRawData
Gets the raw data of the MIME part source.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberCode exampleParse
Creates a new instance of MimePart object from the specified MIME data.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also