Originally, the HTTP User Agent headers used by Internet Explorer Mobile are different and depended on the platform. They included both the kind of device and the size of the screen in pixels For example Pocket PC for Windows Mobile Version 5.0 and before devices will use the header:
Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC; 240x320)
The original User Agent header for Smartphone for Windows Mobile Version 5.0 and before was:
Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; Smartphone; 176x220)
With Windows Mobile 6 the HTTP User Agent header includes identification of the browser. For example the User Agent header for Windows Mobile 6 is as follows:
Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile M.N)
Where M is the major and N is the minor number of Internet Explorer Mobile 's version number. This will enable a server to provide better information layout.