Hunny Software Library Reference

AddressList.Assemble Method 

Assembles the string representation.

[Visual Basic]
Overrides Public Sub Assemble()
[C#]
public override void Assemble();

Remarks

This method, inherited from Node, executes the assemble operation for AddressList objects. The assemble operation creates or updates the string representation from the broken-down representation. For AddressList objects, the assemble operation builds the string representation from the list of contained Address objects. Before it builds the string representation for the AddressList object, this method first calls the Assemble() method of each Address object in its list.

You should call this method after you set or modify any of the contained Address objects, and before you retrieve the string representation.

This method clears the is-modified flag.

See Also

AddressList Class | Hunny.Mime Namespace