Hunny Software Library Reference

EncodedWord.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 EncodedWord objects. The assemble operation creates or updates the string representation from the broken-down representation. For EncodedWord objects, the assemble operation builds the string representation from the charset, encoding type, and decoded text.

You should call this method after you set or modify the charset, encoding type, or decoded text, and before you retrieve the string representation.

This method clears the is-modified flag.

See Also

EncodedWord Class | Hunny.Mime Namespace