CreateServiceResponse method

  1. @override
SyncFolderHierarchyResponse CreateServiceResponse(
  1. ExchangeService service,
  2. int responseIndex
)
override
Creates the service response. The service. Index of the response.

Implementation

@override
SyncFolderHierarchyResponse CreateServiceResponse(
    ExchangeService service, int responseIndex) {
  return new SyncFolderHierarchyResponse(this.PropertySet);
}