3.1.4.13.3.1 SetImListMigrationCompletedType

Namespace: http://schemas.microsoft.com/exchange/services/2006/messages

The SetImListMigrationCompletedtype complex type specifies whether the migration of a contact (3) list from the server to an instant messaging system is complete. The SetImListMigrationCompletedType complex type extends the BaseRequestType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.17.

 <xs:complexType name="SetImListMigrationCompletedType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:BaseRequestType">
       <xs:sequence>
         <xs:element name="ImListMigrationCompleted" type="xs:boolean"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ImListMigrationCompleted: An element of type xs:boolean, as defined in [XMLSCHEMA2], that indicates whether the migration is complete.