Hunny Software Library Reference

FieldBody.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 FieldBody objects. The assemble operation creates or updates the string representation from the broken-down representation. For FieldBody objects, the assemble operation does nothing, because FieldBody does not have a broken-down representation. (Subclasses of FieldBody, however, override this method.)

See Also

FieldBody Class | Hunny.Mime Namespace