Gets or sets the local part.
The local part of the mailbox.
When the local part is parsed, white space and comments are removed if they are present. For example, if the mailbox string is
"John Doe" < john . (average) doe @example.net>
then the local part returned by this method is
john.doe
However, double quote characters are not removed, since they are rarely needed and rarely seen.
Mailbox Class | Hunny.Mime Namespace