home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / sdk / mapi / win16 / dev / smh / smh.inf < prev    next >
Encoding:
INI File  |  1995-07-11  |  584 b   |  23 lines

  1. ; MAPISVC.INF entries for SMH
  2. ;
  3. ; Sample Mail Handler
  4. ; Copyright 1992-95 Microsoft Corporation.  All Rights Reserved.
  5. ;
  6. [Services]
  7. Sample Mail Handler=Sample Mail Handler
  8.  
  9. [Sample Mail Handler]
  10. Providers=SMH
  11. PR_SERVICE_DLL_NAME=SMH.DLL
  12. PR_SERVICE_DELETE_FILES=SMH.DLL
  13. PR_SERVICE_SUPPORT_FILES=SMH.DLL
  14. PR_SERVICE_ENTRY_NAME=ServiceEntry
  15. PR_RESOURCE_FLAGS=SERVICE_SINGLE_COPY
  16. WIZARD_ENTRY_NAME=WizardEntry
  17.  
  18. [SMH]
  19. PR_PROVIDER_DLL_NAME=SMH.dll
  20. PR_RESOURCE_TYPE=MAPI_HOOK_PROVIDER
  21. PR_PROVIDER_DISPLAY=Sample Mail Handler
  22. PR_RESOURCE_FLAGS=HOOK_INBOUND|HOOK_OUTBOUND
  23.