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 - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Automating retrieving email addresses from 306 received emails?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old January 10th 06, 03:36 PM posted to microsoft.public.outlook
StargateFanFromWork
external usenet poster
 
Posts: 24
Default Automating retrieving email addresses from 306 received emails?

Good Morning!

A colleague just came by my desk. Here at the office, we've received 306
emails so far that need responding to. The problem is that we'll be
receiving emails such as this over the next few days where we'll need to
respond to these public enquiries. We'll b.c.c. the public so that email
addresses are not visible to the recipients but my colleague was dismayed
and hoped he wouldn't have to open each message to retrieve the email
address.

Can anyone recommend the best way to handle this type of thing? We'll have
to have a timely turn-around and we're pressed to do all sorts of tasks so
we really need to automate this somehow.

We'd greatly appreciate any advice.

Thank you! D


Ads
  #2  
Old January 10th 06, 04:29 PM posted to microsoft.public.outlook
Diane Poremsky [MVP]
external usenet poster
 
Posts: 12,991
Default Automating retrieving email addresses from 306 received emails?

what do you mean by open each email to retrieve the addresses?

there is a VBA sample at outlookcode.com that will always bcc and address
and there are addins you can buy that do the same thing, but with better
control. http://www.slipstick.com/addins/mail.htm#compose

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/

Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:



"StargateFanFromWork" wrote in message
...
Good Morning!

A colleague just came by my desk. Here at the office, we've received 306
emails so far that need responding to. The problem is that we'll be
receiving emails such as this over the next few days where we'll need to
respond to these public enquiries. We'll b.c.c. the public so that email
addresses are not visible to the recipients but my colleague was dismayed
and hoped he wouldn't have to open each message to retrieve the email
address.

Can anyone recommend the best way to handle this type of thing? We'll
have
to have a timely turn-around and we're pressed to do all sorts of tasks so
we really need to automate this somehow.

We'd greatly appreciate any advice.

Thank you! D




  #3  
Old January 10th 06, 06:42 PM posted to microsoft.public.outlook
StargateFanFromWork
external usenet poster
 
Posts: 24
Default Automating retrieving email addresses from 306 received emails?

Hi, what I meant by that was that for those 306 messages, we'd still have to
open each one even if to just right-click to send to a personal address book
or contacts, or what have you.

Your vba sample sounds interesting but we definitely do _not_ need to
_always_ b.c.c. and address all the time. We would need to be able to
invoke a script, if there was such a thing, that would b.c.c. and address
_just_ a selection messages in a folder. We would also be willing to create
a temporary folder and to dump the message in it and then run a script to
b.c.c. the contents of said folder to a new message. That would be fine.
But none of the options mentioned on
http://www.slipstick.com/addins/mail.htm#compose seem to do anything
remotely like this.

Do you or anyone else know of anything that might? A script we write up
ourselves is preferable, too.

The only other suggestion recvd is to export to an Excel file, remove extra
info and to merge the data. Still seems tricky for the average Outlook user
here with potential of error that would not be present as if we used a
script.

Still, any insight appreciated. Thanks! D

"Diane Poremsky [MVP]" wrote in message
...
what do you mean by open each email to retrieve the addresses?

there is a VBA sample at outlookcode.com that will always bcc and address
and there are addins you can buy that do the same thing, but with better
control. http://www.slipstick.com/addins/mail.htm#compose

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/

Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:



"StargateFanFromWork" wrote in message
...
Good Morning!

A colleague just came by my desk. Here at the office, we've received

306
emails so far that need responding to. The problem is that we'll be
receiving emails such as this over the next few days where we'll need to
respond to these public enquiries. We'll b.c.c. the public so that

email
addresses are not visible to the recipients but my colleague was

dismayed
and hoped he wouldn't have to open each message to retrieve the email
address.

Can anyone recommend the best way to handle this type of thing? We'll
have
to have a timely turn-around and we're pressed to do all sorts of tasks

so
we really need to automate this somehow.

We'd greatly appreciate any advice.

Thank you! D



  #4  
Old January 10th 06, 08:29 PM posted to microsoft.public.outlook
Diane Poremsky [MVP]
external usenet poster
 
Posts: 12,991
Default Automating retrieving email addresses from 306 received emails?

It sounds like you need two routines - one to save addresses to the contacts
folder and one for BCC.

This will do BCC - http://www.outlookcode.com/d/code/autobcc.htm. If you can
bunch the messages together to send, you can enable and disable the routine
as needed.

To add addresses to the contacts folder, you can try
http://www.outlookcode.com/d/code/autoaddrecip.htm or look for sample code
that you can run on a folder and save the addresses.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/

Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:



"StargateFanFromWork" wrote in message
...
Hi, what I meant by that was that for those 306 messages, we'd still have
to
open each one even if to just right-click to send to a personal address
book
or contacts, or what have you.

Your vba sample sounds interesting but we definitely do _not_ need to
_always_ b.c.c. and address all the time. We would need to be able to
invoke a script, if there was such a thing, that would b.c.c. and address
_just_ a selection messages in a folder. We would also be willing to
create
a temporary folder and to dump the message in it and then run a script to
b.c.c. the contents of said folder to a new message. That would be fine.
But none of the options mentioned on
http://www.slipstick.com/addins/mail.htm#compose seem to do anything
remotely like this.

Do you or anyone else know of anything that might? A script we write up
ourselves is preferable, too.

The only other suggestion recvd is to export to an Excel file, remove
extra
info and to merge the data. Still seems tricky for the average Outlook
user
here with potential of error that would not be present as if we used a
script.

Still, any insight appreciated. Thanks! D

"Diane Poremsky [MVP]" wrote in message
...
what do you mean by open each email to retrieve the addresses?

there is a VBA sample at outlookcode.com that will always bcc and address
and there are addins you can buy that do the same thing, but with better
control. http://www.slipstick.com/addins/mail.htm#compose

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/

Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:



"StargateFanFromWork" wrote in message
...
Good Morning!

A colleague just came by my desk. Here at the office, we've received

306
emails so far that need responding to. The problem is that we'll be
receiving emails such as this over the next few days where we'll need
to
respond to these public enquiries. We'll b.c.c. the public so that

email
addresses are not visible to the recipients but my colleague was

dismayed
and hoped he wouldn't have to open each message to retrieve the email
address.

Can anyone recommend the best way to handle this type of thing? We'll
have
to have a timely turn-around and we're pressed to do all sorts of tasks

so
we really need to automate this somehow.

We'd greatly appreciate any advice.

Thank you! D





  #5  
Old January 10th 06, 09:01 PM posted to microsoft.public.outlook
StargateFanFromWork
external usenet poster
 
Posts: 24
Default Automating retrieving email addresses from 306 received emails?

I'll send this to my IT people. No way can I figure this out on my own.
But in this case, as it's for the team, they'll be able to handle this.

One last question, I noticed a couple of different versions of Outlook.
Will these codes work in Outlook 2000?

Thanks! D

"Diane Poremsky [MVP]" wrote in message
...
It sounds like you need two routines - one to save addresses to the

contacts
folder and one for BCC.

This will do BCC - http://www.outlookcode.com/d/code/autobcc.htm. If you

can
bunch the messages together to send, you can enable and disable the

routine
as needed.

To add addresses to the contacts folder, you can try
http://www.outlookcode.com/d/code/autoaddrecip.htm or look for sample code
that you can run on a folder and save the addresses.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/

Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:



"StargateFanFromWork" wrote in message
...
Hi, what I meant by that was that for those 306 messages, we'd still

have
to
open each one even if to just right-click to send to a personal address
book
or contacts, or what have you.

Your vba sample sounds interesting but we definitely do _not_ need to
_always_ b.c.c. and address all the time. We would need to be able to
invoke a script, if there was such a thing, that would b.c.c. and

address
_just_ a selection messages in a folder. We would also be willing to
create
a temporary folder and to dump the message in it and then run a script

to
b.c.c. the contents of said folder to a new message. That would be

fine.
But none of the options mentioned on
http://www.slipstick.com/addins/mail.htm#compose seem to do anything
remotely like this.

Do you or anyone else know of anything that might? A script we write up
ourselves is preferable, too.

The only other suggestion recvd is to export to an Excel file, remove
extra
info and to merge the data. Still seems tricky for the average Outlook
user
here with potential of error that would not be present as if we used a
script.

Still, any insight appreciated. Thanks! D

"Diane Poremsky [MVP]" wrote in message
...
what do you mean by open each email to retrieve the addresses?

there is a VBA sample at outlookcode.com that will always bcc and

address
and there are addins you can buy that do the same thing, but with

better
control. http://www.slipstick.com/addins/mail.htm#compose

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/

Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:



"StargateFanFromWork" wrote in message
...
Good Morning!

A colleague just came by my desk. Here at the office, we've received

306
emails so far that need responding to. The problem is that we'll be
receiving emails such as this over the next few days where we'll need
to
respond to these public enquiries. We'll b.c.c. the public so that

email
addresses are not visible to the recipients but my colleague was

dismayed
and hoped he wouldn't have to open each message to retrieve the email
address.

Can anyone recommend the best way to handle this type of thing?

We'll
have
to have a timely turn-around and we're pressed to do all sorts of

tasks
so
we really need to automate this somehow.

We'd greatly appreciate any advice.

Thank you! D



  #6  
Old January 10th 06, 10:18 PM posted to microsoft.public.outlook
Diane Poremsky [MVP]
external usenet poster
 
Posts: 12,991
Default Automating retrieving email addresses from 306 received emails?

I think so - if they don't, you can post a question about it on the
outlookcode.com forum.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/

Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:



"StargateFanFromWork" wrote in message
...
I'll send this to my IT people. No way can I figure this out on my own.
But in this case, as it's for the team, they'll be able to handle this.

One last question, I noticed a couple of different versions of Outlook.
Will these codes work in Outlook 2000?

Thanks! D

"Diane Poremsky [MVP]" wrote in message
...
It sounds like you need two routines - one to save addresses to the

contacts
folder and one for BCC.

This will do BCC -
http://www.outlookcode.com/d/code/autobcc.htm. If you
can
bunch the messages together to send, you can enable and disable the

routine
as needed.

To add addresses to the contacts folder, you can try
http://www.outlookcode.com/d/code/autoaddrecip.htm or look for sample
code
that you can run on a folder and save the addresses.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/

Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:



"StargateFanFromWork" wrote in message
...
Hi, what I meant by that was that for those 306 messages, we'd still

have
to
open each one even if to just right-click to send to a personal address
book
or contacts, or what have you.

Your vba sample sounds interesting but we definitely do _not_ need to
_always_ b.c.c. and address all the time. We would need to be able to
invoke a script, if there was such a thing, that would b.c.c. and

address
_just_ a selection messages in a folder. We would also be willing to
create
a temporary folder and to dump the message in it and then run a script

to
b.c.c. the contents of said folder to a new message. That would be

fine.
But none of the options mentioned on
http://www.slipstick.com/addins/mail.htm#compose seem to do anything
remotely like this.

Do you or anyone else know of anything that might? A script we write
up
ourselves is preferable, too.

The only other suggestion recvd is to export to an Excel file, remove
extra
info and to merge the data. Still seems tricky for the average Outlook
user
here with potential of error that would not be present as if we used a
script.

Still, any insight appreciated. Thanks! D

"Diane Poremsky [MVP]" wrote in message
...
what do you mean by open each email to retrieve the addresses?

there is a VBA sample at outlookcode.com that will always bcc and

address
and there are addins you can buy that do the same thing, but with

better
control. http://www.slipstick.com/addins/mail.htm#compose

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/

Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:



"StargateFanFromWork" wrote in message
...
Good Morning!

A colleague just came by my desk. Here at the office, we've
received
306
emails so far that need responding to. The problem is that we'll be
receiving emails such as this over the next few days where we'll
need
to
respond to these public enquiries. We'll b.c.c. the public so that
email
addresses are not visible to the recipients but my colleague was
dismayed
and hoped he wouldn't have to open each message to retrieve the
email
address.

Can anyone recommend the best way to handle this type of thing?

We'll
have
to have a timely turn-around and we're pressed to do all sorts of

tasks
so
we really need to automate this somehow.

We'd greatly appreciate any advice.

Thank you! D





  #7  
Old January 10th 06, 11:04 PM posted to microsoft.public.outlook
StargateFanFromWork
external usenet poster
 
Posts: 24
Default Automating retrieving email addresses from 306 received emails?

Thanks! D

"Diane Poremsky [MVP]" wrote in message
...
I think so - if they don't, you can post a question about it on the
outlookcode.com forum.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/

Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:



"StargateFanFromWork" wrote in message
...
I'll send this to my IT people. No way can I figure this out on my own.
But in this case, as it's for the team, they'll be able to handle this.

One last question, I noticed a couple of different versions of Outlook.
Will these codes work in Outlook 2000?

Thanks! D

"Diane Poremsky [MVP]" wrote in message
...
It sounds like you need two routines - one to save addresses to the

contacts
folder and one for BCC.

This will do BCC -
http://www.outlookcode.com/d/code/autobcc.htm. If

you
can
bunch the messages together to send, you can enable and disable the

routine
as needed.

To add addresses to the contacts folder, you can try
http://www.outlookcode.com/d/code/autoaddrecip.htm or look for sample
code
that you can run on a folder and save the addresses.

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/

Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:



"StargateFanFromWork" wrote in message
...
Hi, what I meant by that was that for those 306 messages, we'd still

have
to
open each one even if to just right-click to send to a personal

address
book
or contacts, or what have you.

Your vba sample sounds interesting but we definitely do _not_ need to
_always_ b.c.c. and address all the time. We would need to be able

to
invoke a script, if there was such a thing, that would b.c.c. and

address
_just_ a selection messages in a folder. We would also be willing to
create
a temporary folder and to dump the message in it and then run a

script
to
b.c.c. the contents of said folder to a new message. That would be

fine.
But none of the options mentioned on
http://www.slipstick.com/addins/mail.htm#compose seem to do anything
remotely like this.

Do you or anyone else know of anything that might? A script we write
up
ourselves is preferable, too.

The only other suggestion recvd is to export to an Excel file, remove
extra
info and to merge the data. Still seems tricky for the average

Outlook
user
here with potential of error that would not be present as if we used

a
script.

Still, any insight appreciated. Thanks! D

"Diane Poremsky [MVP]" wrote in message
...
what do you mean by open each email to retrieve the addresses?

there is a VBA sample at outlookcode.com that will always bcc and

address
and there are addins you can buy that do the same thing, but with

better
control. http://www.slipstick.com/addins/mail.htm#compose

--
Diane Poremsky [MVP - Outlook]
Author, Teach Yourself Outlook 2003 in 24 Hours
Coauthor, OneNote 2003 for Windows (Visual QuickStart Guide)
Need Help with Common Tasks? http://www.outlook-tips.net/beginner/

Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com
Subscribe to Exchange Messaging Outlook newsletter:



"StargateFanFromWork" wrote in message
...
Good Morning!

A colleague just came by my desk. Here at the office, we've
received
306
emails so far that need responding to. The problem is that we'll

be
receiving emails such as this over the next few days where we'll
need
to
respond to these public enquiries. We'll b.c.c. the public so

that
email
addresses are not visible to the recipients but my colleague was
dismayed
and hoped he wouldn't have to open each message to retrieve the
email
address.

Can anyone recommend the best way to handle this type of thing?

We'll
have
to have a timely turn-around and we're pressed to do all sorts of

tasks
so
we really need to automate this somehow.

We'd greatly appreciate any advice.

Thank you! D







 




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
Remove encryption from received emails [email protected] Outlook - General Queries 1 March 30th 06 12:55 PM
how do i "import contacts" without Email Addresses? Mike Bailey Outlook - General Queries 5 January 11th 06 10:33 AM


All times are GMT +1. The time now is 10:53 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.