A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Message Rule



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old April 26th 06, 07:08 PM posted to microsoft.public.outlook.program_vba
Wes H.
external usenet poster
 
Posts: 4
Default Message Rule

I was wondering if it would be possible to create a rule in outlook that
upon receiving a message from a certain person the server would wait x
number of minutes and then do a server reply to the individual.

I can set up the rule in rules wizard to do everything that I am wanting
with the exception of the delayed send time. Is there a way to write
this into a vba script and then attach that to the rule? If so then how
would I write that up and attach it. The 'x' number of minutes, I am
hoping could be anything randomly selected between 20 minutes and 2
hours, but if I can only specify a select time delay then I can always
go and change it regularly.

Thanks for any help.

Wes H
Ads
  #2  
Old April 26th 06, 09:54 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Message Rule

There's no easy way to do this in the client, that's for sure. This is
screaming out for a server side process, which is best done by an Exchange
Event Sink.

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Wes H." wrote:

I was wondering if it would be possible to create a rule in outlook that
upon receiving a message from a certain person the server would wait x
number of minutes and then do a server reply to the individual.

I can set up the rule in rules wizard to do everything that I am wanting
with the exception of the delayed send time. Is there a way to write
this into a vba script and then attach that to the rule? If so then how
would I write that up and attach it. The 'x' number of minutes, I am
hoping could be anything randomly selected between 20 minutes and 2
hours, but if I can only specify a select time delay then I can always
go and change it regularly.

Thanks for any help.

Wes H

  #3  
Old April 27th 06, 02:46 AM posted to microsoft.public.outlook.program_vba
Wes H.
external usenet poster
 
Posts: 4
Default Message Rule

Eric Legault [MVP - Outlook] wrote:
There's no easy way to do this in the client, that's for sure. This is
screaming out for a server side process, which is best done by an Exchange
Event Sink.

Hey Eric, thanks for the response. I have no way of doing it on the
server side, so that's out. But it is capable to do it on the client side?
  #4  
Old April 27th 06, 03:22 AM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Message Rule

Well, yeah, it is possible on the client side but could be tricky. If you
have your rule run a script, then that script could start a timer. I suggest
a timer class like this one:

vbAccelerator - SSubTimer - ASM Thunk Version:
http://www.vbaccelerator.com/home/vb...on/article.asp

Good luck managing this timer over extended periods of time, especially with
Outlook restarts/hangs. An alternative may be to hook your logic into
reminders from Tasks.

--
Eric Legault (Outlook MVP, MCDBA, MCTS: Messaging & Collaboration)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Wes H." wrote:

Eric Legault [MVP - Outlook] wrote:
There's no easy way to do this in the client, that's for sure. This is
screaming out for a server side process, which is best done by an Exchange
Event Sink.

Hey Eric, thanks for the response. I have no way of doing it on the
server side, so that's out. But it is capable to do it on the client side?

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Message Rule Help Bill Helbron Outlook Express 5 April 25th 06 03:54 PM
Message rule query mikey Outlook Express 6 April 11th 06 07:12 PM
Responding to a forwarded message using a rule? [email protected] Outlook - General Queries 0 April 4th 06 12:18 AM
Message Rule Does Not Run VBA Procedure Lowell Outlook and VBA 18 March 9th 06 06:47 PM
Question on message rule Peter L. M. Kwan Outlook Express 2 January 25th 06 01:04 PM


All times are GMT +1. The time now is 02:30 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2024 Outlook Banter.
The comments are property of their posters.