[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_MHSAPPS()
 Get MHS list of registered applications
------------------------------------------------------------------------------
 Syntax
      FN_MhsApps() => aApps
 Arguments
     None
 Returns
     <aUser> Array of registered applications at your MHS location
 Description
     Generally one Email user can be reached in different mail
     applications. MHS knows the preferred application,
     but the receiving application can be predetermined.

     fn_MhsApps() gives an array on locally known mail
     applications at your MHS host.

 Examples

      cMyHost := "@" + fn_MhsHost()
      if ascan( fn_MhsApps(), cApp ) > 0
         fn_MhsSndM({"BMargos"+cMyHost,"CDragoi.ATC"+cMyHost},;
                    "NSommer@dcs-sg", cMessage)
      else
         ? "App. not found"
      endif

      BMargos will receive the message at his preferred mail
      application, but CDragoi will receive it using Action
      Technologies Coordinator (ATC).

      Registering applications and managing MHS is not
      handled by this function and should be done by the
      network's MHS administrator.


 Source: N:\SRC\MHS\MHS.PRG

 Author: Norbert Sommer

See Also: FN_MhsHost() FN_MhsUser() FN_MhsHWG() FN_MhsAfWG()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson