View Single Post
  #4  
Old September 16th 06, 09:13 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Automatically forward message

Am Fri, 15 Sep 2006 05:06:02 -0700 schrieb BruceS:

As I told you, please visit www.dimastr.com/redemption

All you need to know about the security issues you can read he
http://www.outlookcode.com/d/sec.htm

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Michael,
Thanks for responding. I've run into the SendTo required prompt (What a
pain!) doing Access apps. Can't use that because it requires a response

for
each message and I'll hopefully be doing something more fun than working

when
it pops up. Unless someone knows a way around the prompt, that would be a
deal breaker.
Bruce

"Michael Bauer [MVP - Outlook]" wrote:

Am Thu, 14 Sep 2006 08:21:03 -0700 schrieb BruceS:

Bruce, thatīs quite simple: You can use the ItemAdd event of the Inbox

(see
VBA help for an example). In that check the time and call the itemīs

Forward
method, which returns a new MailItem object. Add the address to it and

call
that itemīs Send method.

In OL XP youīd get a security prompt at the latest by calling the Send
method. You could display the message instead and press the Send button
manually, or use the Redemption (www.dimastr.com) to avoid that.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Hi, folks!

I (on the east coast) and another person (on the west cost) provide tech
support for a small company. We have a "support" email account set up

on
a
"freebie" (TMSoft) email server. I have my Outlook 2002 set up to pick

up
those emails.

What I want to do is, during specified hours each day, have those emails
automatically forwarded to the west coast person. I looked in the inbox
rules and did not see anything that would even forward, much less

forward
during only certain times.

I'm pretty good with VBA in Access but have never really done any
customization for Outlook. Before diving into more programming, I

wanted
to
see if there was anything already out there that would solve my problem.

Can anyone help?

Thanks,
Bruce


Ads