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