This sample application includes the following files:
| File | Purpose |
|---|---|
| amprops.inc | Defines common CDO constants and properties. |
| default.htm | Takes the user to findusr.asp. |
| fimid.asp | Search criteria frame. The form data is posted to fimsg.asp in the lower frame. |
| fimsg.asp | Creates a message filter and displays a table listing the found messages. |
| fimsgdef.asp | Default (blank) results frame loads first with instructions. |
| findmsg.asp | Frameset page that displays the search criteria and the results frames. |
| global.asa | Performs Active Server startup and shutdown functions, including impersonation to validate the user. |
| lang.inc | Sets strings and error messages. Concentrating these in a single include file eases localization. |
| logon.inc | This include file contains functions written in Microsoft® Visual Basic® Scripting Edition (VBScript) used to log on to a Microsoft Exchange server. These functions are used in logon.asp. |
| read.asp | Opens and displays a message chosen from the results list (clicked by the user). |