Send/Receive in Outlook

G

Guest

IN my VB app, I can have users click on an email address and Outllook will
open (or Word will open as the email edtior for outlook), and the user can
complete and click on send. But when they click on send, the email is sent
to the outbox and not actually sent. The user must then open outlook and
click on send/receive to get the mail out.

Is there some configuration of outlook, or something I can do in my code to
force the email to go out immediately instead of sitting in the Outbox in
Outlook?

Thanks for any help on this,
Mark
 
M

Michael Bauer [MVP - Outlook]

The user must configure Outlook to send e-mails automatically. And your app
must hold Outlook for long enough, e.g. after the user has clicked Send
check the Outbox periodically, if Items.Count is 0 the message is out.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Quick-Cats - Categorize Outlook data:
http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6


Am Fri, 20 Apr 2007 16:38:01 -0700 schrieb Markus:
 
F

fido

Hello Markus,
I have the same question as yours. Did u manage to figure out how to do it?
It is much easier on outllok express than in outlook 2007
 
D

Delia

Markus said:
IN my VB app, I can have users click on an email address and Outllook will
open (or Word will open as the email edtior for outlook), and the user can
complete and click on send. But when they click on send, the email is sent
to the outbox and not actually sent. The user must then open outlook and
click on send/receive to get the mail out.

Is there some configuration of outlook, or something I can do in my code to
force the email to go out immediately instead of sitting in the Outbox in
Outlook?

Thanks for any help on this,
Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top