Assembles the string representation.
This method, inherited from Node, executes
the assemble operation for Mailbox objects. The assemble
operation creates or updates the string representation from the
broken-down representation. For Mailbox objects, the
assemble method builds the string representation from the display
name, local part, route, and domain strings.
You should call this method after you set or modify the display name, local part, route, or domain, and before you retrieve the string representation.
This method clears the is-modified flag.
Mailbox Class | Hunny.Mime Namespace