Name | Description |
---|---|
HeaderExtractor | Utility class that divides a message into a body and a header. The header is then parsed to a strongly typed MessageHeader object. |
HeaderFieldParser | Class that can parse different fields in the header sections of a MIME message. |
MessageHeader | Class that holds all headers for a message Headers which are unknown the the parser will be held in the UnknownHeaders collection. This class cannot be instantiated from outside the library. |