TasksFolder constructor

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

Implementation

TasksFolder(ExchangeService service) : super(service);