| Property name | Return type | Return value for browsers | Return value for Notes client |
| BrowserType | Text | The type of the browser: "Microsoft," "Netscape," "Compatible" (for browsers that claim to be compatible with Netscape, including Notes Navigator 5.0), or "Unknown." | "Notes" |
| Cookies | Boolean | 1 (True) if the browser supports cookies; otherwise 0 (False). | 0 (False) |
| DHTML | Boolean | 1 (True) if the browser supports dynamic HTML; otherwise 0 (False). | 0 (False) |
| FileUpload | Boolean | 1 (True) if the browser supports file upload; otherwise 0 (False). | 0 (False) |
| Frames | Boolean | 1 (True) if the browser supports the HTML <FRAME> tag; otherwise 0 (False). | 1 (True) |
| Java | Boolean | 1 (True) if the browser supports Java applets; otherwise 0 (False). | 1 (True) |
| JavaScript | Boolean | 1 (True) if the browser supports JavaScript; otherwise 0 (False). | 1 (True) |
| Iframe | Boolean | 1 (True) if the browser supports the Microsoft HTML <IFRAME> tag; otherwise 0 (False). | 0 (False) |
| Platform | Text | The operating system platform of the browser: "Win95," "Win98," "WinNT," "MacOS," or "Unknown." | "Unknown" |
| Robot | Boolean | 1 (True) if the browser is probably a Web robot; otherwise 0 (False). | 0 (False) |
| SSL | Boolean | 1 (True) if the browser supports SSL; otherwise 0 (False). | 0 (False) |
| Tables | Boolean | 1 (True) if the browser supports the HTML <TABLE> tag; otherwise 0 (False). | 1 (True) |
| VBScript | Boolean | 1 (True) if the browser supports VBScript; otherwise 0 (False). | 0 (False) |
| Version | Number | The browser version number, or -1 for unrecognized browsers. | Notes client build number |