CreateServiceResponse method
Implementation
@override
ServiceResponse CreateServiceResponse(
ExchangeService service, int responseIndex) {
return new GetFolderResponse(
this.FolderIds[responseIndex].GetFolder(), this.PropertySet);
}
@override
ServiceResponse CreateServiceResponse(
ExchangeService service, int responseIndex) {
return new GetFolderResponse(
this.FolderIds[responseIndex].GetFolder(), this.PropertySet);
}