Parses the string representation.
This method, inherited from Node, executes
the parse operation for MsgId objects. The parse method
creates or updates the broken-down representation from the string
representation. For MsgId objects, the parse method parses
the string representation to extract the local part and domain
attributes.
You should call this method after you set or modify the string representation, and before you retrieve the local part or domain.
This method clears the is-modified flag.
MsgId Class | Hunny.Mime Namespace