CreateServiceResponse method

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

Implementation

@override
FindFolderResponse CreateServiceResponse(
    ExchangeService service, int responseIndex) {
  return new FindFolderResponse(this.View!.GetPropertySetOrDefault());
}