ExchangeService.ConvertIds Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Convierte varios identificadores de un formato a otro en una sola llamada a Exchange Web Services (EWS).
public:
Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::ConvertIdResponse ^> ^ ConvertIds(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::AlternateIdBase ^> ^ ids, Microsoft::Exchange::WebServices::Data::IdFormat destinationFormat);
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<Microsoft.Exchange.WebServices.Data.ConvertIdResponse> ConvertIds (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.AlternateIdBase> ids, Microsoft.Exchange.WebServices.Data.IdFormat destinationFormat);
Public Function ConvertIds (ids As IEnumerable(Of AlternateIdBase), destinationFormat As IdFormat) As ServiceResponseCollection(Of ConvertIdResponse)
Parámetros
Identificadores que se van a convertir.
- destinationFormat
- IdFormat
Formato de destino.
Devoluciones
Colección de resultados de conversión para cada identificador especificado.
Comentarios
La operación ConvertId no funciona según lo esperado al convertir los identificadores de carpeta pública del identificador EWS al identificador de almacén en Exchange Online o versiones locales de Exchange a partir de Exchange Server 2013. Puede actualizar manualmente el identificador que se devuelve como solución alternativa.