Hunny Software Library Reference

Entity.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 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.

See Also

Entity Class | Hunny.Mime Namespace