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
ceilingintHow many contacts the run may record; zero records none.
Exceptions
- ArgumentOutOfRangeException
Thrown when
ceilingis negative.