Compartir a través de


ExchangeService.ConvertId(AlternateIdBase, IdFormat) Método

Definición

Convierte un identificador de un formato a otro formato en una sola llamada a Exchange Web Services (EWS).

public:
 Microsoft::Exchange::WebServices::Data::AlternateIdBase ^ ConvertId(Microsoft::Exchange::WebServices::Data::AlternateIdBase ^ id, Microsoft::Exchange::WebServices::Data::IdFormat destinationFormat);
public Microsoft.Exchange.WebServices.Data.AlternateIdBase ConvertId (Microsoft.Exchange.WebServices.Data.AlternateIdBase id, Microsoft.Exchange.WebServices.Data.IdFormat destinationFormat);
Public Function ConvertId (id As AlternateIdBase, destinationFormat As IdFormat) As AlternateIdBase

Parámetros

id
AlternateIdBase

Identificador que se va a convertir.

destinationFormat
IdFormat

Formato de destino del identificador.

Devoluciones

Identificador convertido.

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.

Se aplica a