(Msg. 1) Posted: Fri Apr 20, 2007 4:38 pm
Post subject: Send/Receive in Outlook Archived from groups: microsoft>public>outlook>program_vba (more info?)
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?
(Msg. 2) Posted: Sat Apr 21, 2007 1:01 am
Post subject: Re: Send/Receive in Outlook [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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.
Am Fri, 20 Apr 2007 16:38:01 -0700 schrieb Markus:
> 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
(Msg. 3) Posted: Sun Mar 09, 2008 4:12 pm
Post subject: RE: Send/Receive in Outlook [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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
"Markus" wrote:
> 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
(Msg. 4) Posted: Sun Aug 31, 2008 4:33 pm
Post subject: RE: Send/Receive in Outlook [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
"Markus" wrote:
> 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
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum