Hello Frank Busse
There does not appear to be a direct way to import an Email address into
'To:', 'Cc:' or 'Group:', but I have found an indirect way to get you half-way
there.
You will need to have open, a shell window, from which to run a short script
and cut the result. Contact Manager, so the script can read the highlighted
names Email address, and Microdot in to which you can paste the result.
The short script reads the Email address form 'CM' and the output is returned
to the shell window, from where you should be able to cut the address and then
paste it into the required box in 'MD', I know it's not a great solution, but it
does mean that you can transfer addresses across to 'MD' without 'CM' closing on
you all the time.
---- 8< cut here 8< ----
/*
ReadCMemail.rx
By Jules (JA888)
*/
options results
address 'CONTACTMAN.1'
'GETENTRY' Entry
say Entry.EMail
exit
---- 8< and here 8< ----
--
Regards
Jules