ExchangeServiceBinding.ConvertId(ConvertIdType) Method

Definition

The ConvertId(ConvertIdType) method sends the request to and gets the response from a ConvertId operation.

public:
 ExchangeWebServices::ConvertIdResponseType ^ ConvertId(ExchangeWebServices::ConvertIdType ^ ConvertId1);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/exchange/services/2006/messages/ConvertId", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare, Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("RequestServerVersionValue")]
[System.Web.Services.Protocols.SoapHeader("ServerVersionInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeader("ExchangeImpersonation")]
public ExchangeWebServices.ConvertIdResponseType ConvertId (ExchangeWebServices.ConvertIdType ConvertId1);
Public Function ConvertId (ConvertId1 As ConvertIdType) As ConvertIdResponseType

Parameters

ConvertId1
ConvertIdType

An instance of the ConvertIdType class that represents the identifiers to convert.

Returns

The ConvertId(ConvertIdType) method returns a ConvertIdResponseType object that contains the status of a ConvertId operation and the converted identifiers.

Attributes

Applies to