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

Reply to all e-mail addressees in the body of the e-mail



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old October 20th 06, 10:22 PM posted to microsoft.public.outlook.program_vba
ALF
external usenet poster
 
Posts: 2
Default Reply to all e-mail addressees in the body of the e-mail

How can I make outlook to reply to the sender of a message and to all of the
e-mail addresses in the body of the e-mail? This is the situation: Person 1
sends and e-mail to Person 2, Person 2 sends an e-mail to Person 3, finally,
Person 3 sends an e-mail to me and I need Outlook to respond automatically to
the 3 persons with the text “Received” (notice than the sender in the e-mail
I receive is just the Person 3 and he doesn’t Cc the previous 2 persons)
Ads
  #2  
Old October 23rd 06, 06:29 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Reply to all e-mail addressees in the body of the e-mail

Am Fri, 20 Oct 2006 14:22:01 -0700 schrieb ALF:

Outlook can´t do that itself, you´d have to create that function. First, you
need to determine how to find the addresses in the body: You can search
strings within the body with the InStr function.

When all addresses are found you can create a reply with the Reply function
and add the addresses to the item´s Recipients collection.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --

How can I make outlook to reply to the sender of a message and to all of

the
e-mail addresses in the body of the e-mail? This is the situation: Person

1
sends and e-mail to Person 2, Person 2 sends an e-mail to Person 3,

finally,
Person 3 sends an e-mail to me and I need Outlook to respond automatically

to
the 3 persons with the text “Received” (notice than the sender in the

e-mail
I receive is just the Person 3 and he doesn’t Cc the previous 2 persons)

  #3  
Old October 23rd 06, 07:11 PM posted to microsoft.public.outlook.program_vba
ALF
external usenet poster
 
Posts: 2
Default Reply to all e-mail addressees in the body of the e-mail

I'm new writing macros in Outlook. Does anybody have some code that cand
share with me to solve this issue

"Michael Bauer [MVP - Outlook]" wrote:

Am Fri, 20 Oct 2006 14:22:01 -0700 schrieb ALF:

Outlook can´t do that itself, you´d have to create that function. First, you
need to determine how to find the addresses in the body: You can search
strings within the body with the InStr function.

When all addresses are found you can create a reply with the Reply function
and add the addresses to the item´s Recipients collection.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --

How can I make outlook to reply to the sender of a message and to all of

the
e-mail addresses in the body of the e-mail? This is the situation: Person

1
sends and e-mail to Person 2, Person 2 sends an e-mail to Person 3,

finally,
Person 3 sends an e-mail to me and I need Outlook to respond automatically

to
the 3 persons with the text “Received” (notice than the sender in the

e-mail
I receive is just the Person 3 and he doesn’t Cc the previous 2 persons)


  #4  
Old October 24th 06, 05:56 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Reply to all e-mail addressees in the body of the e-mail

Am Mon, 23 Oct 2006 11:11:02 -0700 schrieb ALF:

If you do not find a script I´d like to assist you writing it on your own.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --

I'm new writing macros in Outlook. Does anybody have some code that cand
share with me to solve this issue

"Michael Bauer [MVP - Outlook]" wrote:

Am Fri, 20 Oct 2006 14:22:01 -0700 schrieb ALF:

Outlook can´t do that itself, you´d have to create that function. First,

you
need to determine how to find the addresses in the body: You can search
strings within the body with the InStr function.

When all addresses are found you can create a reply with the Reply

function
and add the addresses to the item´s Recipients collection.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --

How can I make outlook to reply to the sender of a message and to all of

the
e-mail addresses in the body of the e-mail? This is the situation:

Person
1
sends and e-mail to Person 2, Person 2 sends an e-mail to Person 3,

finally,
Person 3 sends an e-mail to me and I need Outlook to respond

automatically
to
the 3 persons with the text “Received” (notice than the sender in the

e-mail
I receive is just the Person 3 and he doesn’t Cc the previous 2 persons)


 




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
Attachements in Body of Mail - Possible? Scooby Jones Outlook - General Queries 3 September 19th 06 05:33 PM
No horz scroll bar-reply mail-if has lengthy table in recd mail Ajay Bhagwat Outlook - Using Forms 0 August 9th 06 09:48 AM
How can I get e-mail addressees into a contact or address list? Norman Stewart Outlook - Using Contacts 2 July 6th 06 09:07 AM
Mail Server reject when I reply mail. Woody Kee Outlook - General Queries 2 May 18th 06 07:01 AM
Body mail from MsWord Marcelo Outlook and VBA 0 February 6th 06 03:11 PM


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


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.