Jules worte on 8 Feb 2000 12:25:05 +0100 
about [md-2] Re: Addressbook

> Hello Frank Busse

   There does not appear to be a direct way to import an Email address into
'To:', 'Cc:' or 'Group:', from CManager, but I have found an indirect way to get
you half-way there.
  This new version of the script requires the 'rexxtricks.library', and will
copy the selected Email address to the system clipboard, from where you will be
able paste it to wherever you wish.
 
--- 8< ---  cut - ARexx --- here --- 8< ---
/*
 $VER: 1.01   ReadCMemail.rx (18-02-2000)
 $AUTHOR: by Jules ([EMAIL PROTECTED]) ©2000
 $DESCRIPTION: Retrieve an Email address from CManager.
  CManager by Simone Tellini
  rexxtricks.library by Jürgen Kohrmeyer
  Insturctions
  1) Select, but do not open the entry in CManager.
  2) Run this script (ReadCMemail.rx)
  3) Choose where you would like to paste the address, and press 'RAmiga+v'.
 */

OPTIONS RESULTS

CALL ADDLIB("libs:rexxtricks.library", 0, -30, 0)

ADDRESS 'CONTACTMAN.1'

GETENTRY Entry

CALL WRITECLIPBOARD(0,Entry.EMail)

EXIT
--- 8< ---  cut - ARexx --- here --- 8< ---

-- 
Regards
  Jules
________________________________________________________________
MicroDot-II Mailing List - Info & Archive: http://www.vapor.com/
For Listserver Help: <[EMAIL PROTECTED]>, "HELP"
To Unsubscribe: <[EMAIL PROTECTED]>, "UNSUBSCRIBE"

Reply via email to