Table of Contents

Constructor ContactCollectionBudget

Namespace
MailFathom.Application.Contacts.Collection
Assembly
MailFathom.Application.dll

ContactCollectionBudget(int)

Opens a budget for one synchronization run.

public ContactCollectionBudget(int ceiling)

Parameters

ceiling int

How many contacts the run may record; zero records none.

Exceptions

ArgumentOutOfRangeException

Thrown when ceiling is negative.