Assembles the string representation.
This method, inherited from Node, executes the
assemble operation for DispositionType objects. The
assemble operation creates or updates the string representation
from the broken-down representation. For DispositionType
objects, the assemble operation builds the string representation
from the disposition type value and the list of Parameter objects. Before it builds the string
representation for the DispositionType object, this method
first calls the Assemble() method of each Parameter
object in its list.
You should call this method after you set or modify the
disposition type value or any of the contained Parameter
objects, and before you retrieve the string representation.
This method clears the is-modified flag.
DispositionType Class | Hunny.Mime Namespace