Share via


3.2.5.1.5 SyncType Alert

A device Alert 1224 (CLIENT EVENT) is sent to the MDM server in MD package#1.

The data part of this alert could be one of the following strings:

  • user – The user session setting that only the MDM server should send, otherwise a SyncML Status (section 2.2.6.1) code 405 (Method Not Allowed) is returned.

  • device – The device session setting that only the MDM server should send, otherwise a SyncML Status code 405 is returned.

  • mixed – The mixed session settings, the "regular" session that the MDM server can send to both device and user.

       <SyncBody>
         <Alert>
           <CmdID>1</CmdID>
           <Data>1224</Data>
           <Item>
             <Meta></Meta>
             <Type xmlns="syncml:metinf">com.microsoft.mdm.synctype</Type>
             <Data>user</Data>
           </Item>
         </Alert>
         ...
       </SyncBody>