Assembles the string representation.
This method, inherited from Node, executes
the assemble operation for Group objects. The assemble
operation creates or updates the string representation from the
broken-down representation. For Group objects, the assemble
operation builds the string representation from the group name and
address list. Before it builds the string representation, this
method calls the Assemble() method of its contained
AddressList object.
You should call this method after you set or modify either the
group name or the contained AddressList object, and before
you retrieve the string representation.
This method clears the is-modified flag.
Group Class | Hunny.Mime Namespace