Hunny Software Library Reference

Group.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 Group objects. The parse operation creates or updates the broken-down representation from the string representation. For Group objects, the parse method parses the string representation to extract the group name and to create an AddressList object from the list of mailboxes. This method also calls the Parse() method of the AddressList object it creates.

You should call this method after you set or modify the string representation, and before you retrieve the group name or the address list.

This method clears the is-modified flag.

See Also

Group Class | Hunny.Mime Namespace