Hunny Software Library Reference

EncodedWord.Parse Method 

Parses the string representation.

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

Remarks

This method, inherited from Node, executes the parse operation for EncodedWord objects. The parse operation creates or updates the broken-down representation from the string representation. For EncodedWord objects, the parse operation parses the string representation to extract the charset identifier, encoding type, and the decoded text.

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

This method clears the is-modified flag.

See Also

EncodedWord Class | Hunny.Mime Namespace