CalendarFolder constructor

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

Implementation

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