Table of Contents

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

matchCount int

How many contacts carry it.

Returns

ContactMatch

An ambiguous match.

Exceptions

ArgumentOutOfRangeException

Thrown when matchCount is below two, which is a unique match or none rather than an ambiguous one.