![]() |
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
|
|||
|
|||
![]()
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! ![]() |
Ads |
#3
|
|||
|
|||
![]()
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! ![]() "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 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! ![]() |
#4
|
|||
|
|||
![]()
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! ![]() "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 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! ![]() |
#5
|
|||
|
|||
![]()
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! ![]() "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! ![]() "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 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! ![]() |
#6
|
|||
|
|||
![]()
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! ![]() "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! ![]() "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 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 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! ![]() |
#7
|
|||
|
|||
![]()
Thanks!
![]() "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! ![]() "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! ![]() "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 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 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! ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
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 |