Parser |
public bool AllowUnquotedCommasInAddresses { get; set; }
In general, you'll probably want this value to be true (the default) as it allows maximum interoperability with existing (broken) mail clients and other mail software such as sloppily written perl scripts (aka spambots) that do not properly quote the name when it contains a comma.