View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jean-Yves[_2_] Jean-Yves[_2_] is offline
external usenet poster
 
Posts: 253
Default Api to console application

Find good solution from Ron Debruin site.
Thank you Ron
Jean-Yves

"Jean-Yves" wrote in message
...
Hi all,

XP Professional
Off 2002

I have to email individually a progress report to staff. As our
administrator has lock the outlook security on high,
I cannot send mail from XL to outlook. I find a way around by using the
method FollowHyperlink mailto,
but then still use sendkeys (alt+S) to send the message. This process
cannot be disturb as the sendkeys would
then be focussed on the active window.
Our Exchange server will not be upgraded before next year, so I can't get

a
digital signature from it.

Q : is there another method ( I heard about Blat, but the installation

will
probably be refused on this network)
to automate this broadcast, i.e. Telnet ?
Is it reasonable to try starting programming via API to get a handle to

the
Telnet console or ... ?
Thank for your advices.

Regards

Jean-Yves