Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open/send outlook programmatically

Status
Not open for further replies.

gcole

Programmer
Aug 2, 2000
390
US
I would like to send mail with VB. I can place it in the outbox, but it won't send until Outlook is opened. Is there a way to open Outlook and have it send the mail automatically?
 
The same thing happens when I try to have SQL Mail send mail using the Outlook client. The mail doesn't actually get sent until Outlook is opened and a send/receive is performed. I too, want this to be done automatically.
 
Simplest way would be to point your script to an SMTP server that will then forward you message to it's destination. The mail server that the outlook client is using is a likely target. (would be nice to ask the Server Administrator first) ;-)

-Hugh
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top