Parses the string representation.
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.
Group Class | Hunny.Mime Namespace