This documentation is archived and is not being maintained.
ExchangeServiceBinding.ConvertId Method
Exchange Server 2010
The ConvertId method sends the request to and gets the response from a ConvertId operation.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
'Declaration <SoapDocumentMethodAttribute("http://schemas.microsoft.com/exchange/services/2006/messages/ConvertId", Use := SoapBindingUse.Literal, _ ParameterStyle := SoapParameterStyle.Bare)> _ <SoapHeaderAttribute("RequestServerVersionValue")> _ <SoapHeaderAttribute("ExchangeImpersonation")> _ <SoapHeaderAttribute("ServerVersionInfoValue", Direction := SoapHeaderDirection.Out)> _ Public Function ConvertId ( _ ConvertId1 As ConvertIdType _ ) As ConvertIdResponseType 'Usage Dim instance As ExchangeServiceBinding Dim ConvertId1 As ConvertIdType Dim returnValue As ConvertIdResponseType returnValue = instance.ConvertId(ConvertId1)
Parameters
- ConvertId1
- Type: ExchangeWebServices.ConvertIdType
An instance of the ConvertIdType class that represents the identifiers to convert.
Return Value
Type: ExchangeWebServices.ConvertIdResponseTypeThe ConvertId method returns a ConvertIdResponseType object that contains the status of a ConvertId operation and the converted identifiers.
Show: