Method Several
- Namespace
- MailFathom.Application.Contacts
- Assembly
- MailFathom.Application.dll
Several(int)
Reports that several people carry the name, and how many.
public static ContactMatch Several(int matchCount)
Parameters
matchCountintHow many contacts carry it.
Returns
- ContactMatch
An ambiguous match.
Exceptions
- ArgumentOutOfRangeException
Thrown when
matchCountis below two, which is a unique match or none rather than an ambiguous one.