home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / source / chap25 / readme.txt next >
Encoding:
Text File  |  1995-10-09  |  2.0 KB  |  44 lines

  1. VB 4 Unleashed - Chapter 25 README.TXT
  2.  
  3. Some Exchange users may have trouble running the MAPI code examples because
  4. the code uses the "VBU Test Profile" instead of the default "MS Exchange
  5. Settings" that is created when you first install the Exchange Mail Client.
  6. This README shows you how to create the VBU Test Profile and why you might
  7. want to use custom profiles in your own applications in the future.
  8.  
  9. Creating the VBU Test Profile
  10. -----------------------------
  11. The programming examples in chapter 25 all use a unique Ms Exchange Profile -
  12. "VBU Test Profile."  This can easily be added to your list of valid profiles.
  13.  
  14. 1. Select the Mail and Fax Icon from the Control Panel
  15. 2. Press the "Show Profiles" button to bring up the profiles dialog
  16. 3. Press the "Add" button to create a new profile.
  17. 4. Follow along with the Wizard to build a new profile.
  18.  
  19. You can use this same routine to set the Default Profile for each time
  20. you start the Exchange Mail Client.
  21.  
  22. Why Use the VBU Test Profile Anyway?
  23. ------------------------------------
  24. The VBU Test Profile was created to simplify the code/test cycle of the MAPI
  25. application.  Some users have thier Exchange Mail Client hooked up to the
  26. MSN network, CompuServe Mail, or some other remote mail handler.  Each time
  27. you perform a MAPISession.SignOn, the Exchange Client will call up all the
  28. remote sites and look for new mail.  This can be a real pain when you're
  29. repeatedly re-starting your sample code.
  30.  
  31. To avoid calling all remote sites each time you perform a session sign on,
  32. you can define a unique Exchange profile that only uses the local mail
  33. services like the local MS Mail server or your Fax modem.
  34.  
  35. You can also use this technique to create profiles for remote-only services.
  36. This way, you can write a VB app that will call specific services, get the
  37. available messages and return to the VB app without having to connect to
  38. all services.  Great for remote/mobile users, too.
  39.  
  40. MCA
  41.  
  42.  
  43. *** EOD ***
  44.