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

Automatic Response



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 23rd 06, 07:01 AM posted to microsoft.public.outlook.program_vba
SteveH
external usenet poster
 
Posts: 12
Default Automatic Response

I have set up automatic reponses in Outlook. I may receive a number of
requests from the same email address in a single session. Each request is
distinquished by key words in the subject line. I also delete the income
email when I have replied. I'm stymied because of the single response for
email site per session. Is there way through VBA to overcome this
limitation. Can I some how reset the flag. or some how stop and restart
Outlook after each reply? There has got to be a way to get around it.

Thanks
  #2  
Old August 23rd 06, 03:46 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Automatic Response

Are you talking about out of office replies? That setting is set on the
server. To avoid it don't turn on out of office and just handle everything
in code.

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


"SteveH" wrote in message
...
I have set up automatic reponses in Outlook. I may receive a number of
requests from the same email address in a single session. Each request is
distinquished by key words in the subject line. I also delete the income
email when I have replied. I'm stymied because of the single response for
email site per session. Is there way through VBA to overcome this
limitation. Can I some how reset the flag. or some how stop and restart
Outlook after each reply? There has got to be a way to get around it.

Thanks


  #3  
Old September 5th 06, 09:16 PM posted to microsoft.public.outlook.program_vba
SteveH
external usenet poster
 
Posts: 12
Default Automatic Response

Can you tell me where to go to find out how I do this?

"Ken Slovak - [MVP - Outlook]" wrote:

Are you talking about out of office replies? That setting is set on the
server. To avoid it don't turn on out of office and just handle everything
in code.

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


"SteveH" wrote in message
...
I have set up automatic reponses in Outlook. I may receive a number of
requests from the same email address in a single session. Each request is
distinquished by key words in the subject line. I also delete the income
email when I have replied. I'm stymied because of the single response for
email site per session. Is there way through VBA to overcome this
limitation. Can I some how reset the flag. or some how stop and restart
Outlook after each reply? There has got to be a way to get around it.

Thanks



  #4  
Old September 5th 06, 09:40 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Automatic Response

Speak to your Exchange admins, only they can change those settings and they
would have to be changed on an organizational basis. So I doubt they'd
consider it. How it gets changed depends on what version of Exchange server
you're running.

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


"SteveH" wrote in message
...
Can you tell me where to go to find out how I do this?


  #5  
Old September 6th 06, 04:50 AM posted to microsoft.public.outlook.program_vba
SteveH
external usenet poster
 
Posts: 12
Default Automatic Response

I'm not on a server. I'm using Outlook on my home machine and connect to
Hotmail for email. I'm interested in learning how to write a VBA app that
will answer these message and send the replies.

"Ken Slovak - [MVP - Outlook]" wrote:

Speak to your Exchange admins, only they can change those settings and they
would have to be changed on an organizational basis. So I doubt they'd
consider it. How it gets changed depends on what version of Exchange server
you're running.

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


"SteveH" wrote in message
...
Can you tell me where to go to find out how I do this?



  #6  
Old September 6th 06, 03:33 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Automatic Response

Well that has nothing to do with out of office then. You would need to
handle new items coming into your Inbox and do something with them.

Take a look at http://www.outlookcode.com/d/code/zaphtml.htm for an example
of an Inbox add handler. You would need to do something similar.

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


"SteveH" wrote in message
...
I'm not on a server. I'm using Outlook on my home machine and connect to
Hotmail for email. I'm interested in learning how to write a VBA app that
will answer these message and send the replies.

"Ken Slovak - [MVP - Outlook]" wrote:

Speak to your Exchange admins, only they can change those settings and
they
would have to be changed on an organizational basis. So I doubt they'd
consider it. How it gets changed depends on what version of Exchange
server
you're running.

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


"SteveH" wrote in message
...
Can you tell me where to go to find out how I do this?




 




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
OE 6 slow response Cybergal Outlook Express 2 August 23rd 06 08:23 PM
How know when a response is received? -Nisko- Outlook - General Queries 3 August 16th 06 04:25 PM
Voting Response Junoon Outlook and VBA 9 June 16th 06 06:31 AM
Voting Response Report [email protected] Outlook - Using Forms 1 May 30th 06 03:06 PM
Auto Response Allenm28 Outlook Express 7 January 17th 06 06:57 PM


All times are GMT +1. The time now is 08:25 PM.


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