3.1.4.13 SetImListMigrationCompleted

The SetImListMigrationCompleted WSDL operation indicates whether the instant messaging contacts (2) in a mailbox have been migrated to the server.

The following is the WSDL port type specification of the SetImListMigrationCompleted WSDL operation.

 <wsdl:operation name="SetImListMigrationCompleted" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input message="tns:SetImListMigrationCompletedSoapIn"/>
   <wsdl:output message="tns:SetImListMigrationCompletedSoapOut"/>
 </wsdl:operation>

The following is the WSDL binding specification of the SetImListMigrationCompleted WSDL operation.

 <wsdl:operation name="SetImListMigrationCompleted" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/SetImListMigrationCompleted" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   <wsdl:input>
     <soap:header message="tns:SetImListMigrationCompletedSoapIn" part="Impersonation" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:header message="tns:SetImListMigrationCompletedSoapIn" part="MailboxCulture" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:header message="tns:SetImListMigrationCompletedSoapIn" part="RequestVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:body use="literal" parts="request" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   </wsdl:input>
   <wsdl:output>
     <soap:body use="literal" parts="SetImListMigrationCompletedResult" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:header message="tns:SetImListMigrationCompletedSoapOut" part="ServerVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   </wsdl:output>
 </wsdl:operation>

When the user's mailbox has been migrated to Unified Contact Store (UCS) mode, the ImListMigrationCompleted property (as defined in section 3.1.4.13.3.1) is set on the user's Active Directory object.

The protocol client sends a SetImListMigrationCompletedSoapIn request WSDL message and the protocol server responds with a SetImListMigrationCompletedSoapOut response WSDL message.