The methods of the MimeStreamParser class are listed below. For a complete list of MimeStreamParser class members, see the MimeStreamParser Members topic.
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Parse | Parses a stream of bytes containing a MIME message. |
SetContentHandler | Sets the ContentHandler to use when reporting parsing events. |
Stop | Finishes the parsing and stops reading lines. NOTE: No more lines will be parsed but the parser will still call EndMultipart, EndBodyPart, EndMessage, etc to match previous calls to StartMultipart StartBodyPart, StartMessage, etc. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |