send email from application program when outlook not activated

O

Ooi Kim Hong

I have an application to send alert email via outlook from client stations
when some thing wrong. My problem is the alert email will not send out if the
outlook is not activated at the client station but I don't have this problem
in outlook express.
Please advise how to send email in background when outlook is not activated.
Thank you.
 
M

Michael Bauer

Am Sun, 28 Aug 2005 18:48:03 -0700 schrieb Ooi Kim Hong:

It is necessary that Outlook runs. If OL is configured to dial a DFÜ
connection automatically then it should do it the next time (depends on
the configured interval).

Alternatively you can simulate a click on the Send/Receive button by
code. That commandbar technique is descriped by Sue Mosher:
http://www.outlookcode.com/d/tips/commandbarfun.htm
 
Top