![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
We have Outlook 2003. I need to use vba to check “sent emails” and if they
have specific words, e.g., “Interview Scheduled”, send a reply to different addressees than the original sent email (same addressees each time, though). I need to use “reply” as the addresses need the main content of the email, but cannot receive the attachment. I’m new to Outlook VBA. (I used Access VBA.) Any help would be greatly appreciated. |
Ads |
#2
|
|||
|
|||
![]() See the ItemAdd event in the VBA help file. In that event check the body of the item with the Instr function, and call it's Reply or maybe Forward function. For both there's a sample in the help file as well. -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool : VBOffice Reporter for Data Analysis & Reporting : http://www.vboffice.net/product.html?pub=6&lang=en Am Fri, 19 Jun 2009 19:37:02 -0700 schrieb laavista: We have Outlook 2003. I need to use vba to check “sent emails” and if they have specific words, e.g., “Interview Scheduled”, send a reply to different addressees than the original sent email (same addressees each time, though). I need to use “reply” as the addresses need the main content of the email, but cannot receive the attachment. I’m new to Outlook VBA. (I used Access VBA.) Any help would be greatly appreciated. |
#3
|
|||
|
|||
![]()
Thank you so much for replying.
I will do that. "Michael Bauer [MVP - Outlook]" wrote: See the ItemAdd event in the VBA help file. In that event check the body of the item with the Instr function, and call it's Reply or maybe Forward function. For both there's a sample in the help file as well. -- Best regards Michael Bauer - MVP Outlook : Outlook Categories? Category Manager Is Your Tool : VBOffice Reporter for Data Analysis & Reporting : http://www.vboffice.net/product.html?pub=6&lang=en Am Fri, 19 Jun 2009 19:37:02 -0700 schrieb laavista: We have Outlook 2003. I need to use vba to check “sent emails” and if they have specific words, e.g., “Interview Scheduled”, send a reply to different addressees than the original sent email (same addressees each time, though). I need to use “reply” as the addresses need the main content of the email, but cannot receive the attachment. I’m new to Outlook VBA. (I used Access VBA.) Any help would be greatly appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
vba rule exception "except with specific words in the sender's add | Ferriciean | Outlook and VBA | 2 | June 4th 09 12:08 PM |
Rule "with specific words.." and "reply with.." works inconsistent | ppi | Outlook - Installation | 2 | February 8th 08 07:01 PM |
specific words list format | JimB | Outlook Express | 1 | July 3rd 07 05:15 PM |
Customize Rules- Include 'AND' rather than 'OR' for specific words | Harrow | Outlook and VBA | 1 | December 11th 06 07:37 AM |
How can I check/read/reply to email from my networked laptop? | Wendy | Outlook Express | 8 | March 13th 06 12:51 AM |