![]() |
| 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. |
|
|||||||
| Tags: auto, reply |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I have an office mailbox that I need to have replies sent back to the sender
when the mailbox receives them. I had an auto reply rule setup on it, but recently the administrator disabled the "Allow automatic replies" functionality for Internet Message Formats. Is there a script that I can code/run that will allow the mailbox to send a reply back to the sender? Thanks in advance! Dwight |
| Ads |
|
#2
|
|||
|
|||
|
You can start with this:
How to create a script for the Rules Wizard in Outlook: http://support.microsoft.com/default...;en-us;q306108 Then just use something like: Dim myReply As Outlook.MailItem Set myReply = Item.Reply myReply.Subject = "Party tonight?" myReply.Send -- Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.) Try Picture Attachments Wizard for Outlook: http://www.collaborativeinnovations.ca Blog: http://blogs.officezealot.com/legault/ "Dwight" wrote: I have an office mailbox that I need to have replies sent back to the sender when the mailbox receives them. I had an auto reply rule setup on it, but recently the administrator disabled the "Allow automatic replies" functionality for Internet Message Formats. Is there a script that I can code/run that will allow the mailbox to send a reply back to the sender? Thanks in advance! Dwight |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Auto reply | murzik@gmail.com | Outlook - General Queries | 3 | September 27th 06 09:10 PM |
| E-mail & auto reply | Alexandra Atack | Outlook Express | 2 | September 23rd 06 01:45 AM |
| auto reply will work only once | mehranet | Outlook - Installation | 1 | March 7th 06 05:28 PM |
| Customizing Auto Reply | Paul | Outlook - General Queries | 4 | February 28th 06 12:50 AM |
| auto reply | GT | Outlook Express | 3 | February 17th 06 08:09 PM |