PostProcessResponses method
Implementation
/* private */
void PostProcessResponses(GetUserSettingsResponseCollection responses) {
// Note:The response collection may not include all of the requested users if the request has been throttled.
for (int index = 0; index < responses.Count; index++) {
responses[index].SmtpAddress = this.SmtpAddresses![index];
}
}