ContactsFolder constructor

ContactsFolder(
  1. ExchangeService service
)
Initializes an unsaved local instance of The ExchangeService object to which the contacts folder will be bound.

Implementation

ContactsFolder(ExchangeService service) : super(service) {}