Parses the string representation.
This method, inherited from Node, executes the parse operation for
Entity objects. The parse operation creates or updates the
broken-down representation from the string representation. For
Entity objects, the parse method parses the string
representation and sets the values of the Headers and
Body objects it contains. This method also calls the
Parse() methods of the contained Headers and
Body objects.
You should call this method after you set or modify the string representation, and before you access either the contained headers or body.
This method clears the is-modified flag.
Entity Class | Hunny.Mime Namespace