Assembles the string representation.
This method, inherited from Node, executes the assemble operation for
Entity objects. The assemble operation creates or updates
the string representation from the broken-down representation. For
Entity objects, the assemble method builds the string
representation from the string representations of the contained
Headers and Body objects. This method calls the
Assemble() methods of its Headers and Body
objects.
You should call this method after you modify either the contained headers or body, and before you retrieve the string representation.
This method clears the is-modified flag.
Entity Class | Hunny.Mime Namespace