4.19.3.2 Response

The following example shows the Settings command response (section 2.2.1.18) sent from the server to the client. The response contains a settings:Status element (section 2.2.3.177.15) value of 1, to indicate that OOF functionality was successfully disabled.

 <?xml version="1.0" encoding="utf-8"?>
 <Settings xmlns="Settings">
   <Status>1</Status>
   <Oof>
     <Status>1</Status>
   </Oof>
 </Settings>