PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Forward email programmatically

Reply

Forward email programmatically

 
Thread Tools Rate Thread
Old 13-02-2004, 10:33 PM   #1
JayG209
Guest
 
Posts: n/a
Default Forward email programmatically



I need to intercept incoming emails for system outages, apply the bod
message to some complex rules that outlook rules cannot achieve, the
forward or distribute the appropriate outages to right distributio
list. However I would like for this to be processed at the serve
level like the built in rules so I don't have to dedicate a box an
client to this one task.

I am looking at some sample VBA code that used the ThisOutlookSessio
however I think this would require an outlook client to be up all th
time right

-----------------------------------------------
~~ Message posted from http://www.ExcelTip.com
~~View and post usenet messages directly from http://www.ExcelForum.com

  Reply With Quote
Old 16-02-2004, 02:53 PM   #2
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: Forward email programmatically

Any code that uses the Outlook object model would require that Outlook
is running all the time, and in addition Outlook could only access an
Exchange mailbox or a PST file, not everything coming in from the mail
server.

You don't say what mail server you are running, and how you are
getting the mail and how many users you have so it's impossible to say
what your options are.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginners Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"JayG209" <JayG209.11lr2r@outlookforum.com> wrote in message
news:JayG209.11lr2r@outlookforum.com...
>
> I need to intercept incoming emails for system outages, apply the

body
> message to some complex rules that outlook rules cannot achieve,

then
> forward or distribute the appropriate outages to right distribution
> list. However I would like for this to be processed at the server
> level like the built in rules so I don't have to dedicate a box and
> client to this one task.
>
> I am looking at some sample VBA code that used the

ThisOutlookSession
> however I think this would require an outlook client to be up all

the
> time right?
>
>
> ------------------------------------------------
> ~~ Message posted from http://www.ExcelTip.com/
> ~~View and post usenet messages directly from

http://www.ExcelForum.com/
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off