Hunny Software Library Reference

FieldBody.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 FieldBody objects. The parse operation creates or updates the broken-down representation from the string representation. For FieldBody objects, the parse 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