It's not inherently "really easy." Start with the questions you'd ask if you a staffer to do that kind of sending. What information on the message tells you whether the message is destined for a particular department? Once you know the department, where do you find information about the email addresses to use? If you can answer those questions, we might be able to help you.

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
The form has been designed so that the first question at the top is
"Please select sales region" with an option for "Portland",
"Sacramento", or "Seattle". Beyond that question, there is nothing
else that would qualify where it needs to be sent. I want
xxxx@xxxx.com to be placed in the To: field if "Portland" is selected,
yyyy@yyyy.com if "Sacramento" is selected, or zzzzz@zzzz.com if
"Seattle" is selected. The addresses are standard email addresses
like any other. I hope that clarifies what I am asking for...
Thanks!
On Mar 5, 6:58 am, "Sue Mosher [MVP-Outlook]" <sue...@outlookcode.com>
wrote:
> It's not inherently "really easy." Start with the questions you'd ask if you a staffer to do that kind of sending. What information on the message tells you whether the message is destined for a particular department? Once you know the department, where do you find information about the email addresses to use? If you can answer those questions, we might be able to help you.
> --
[quoted text clipped - 19 lines]
>
> - Show quoted text -
Sue Mosher [MVP-Outlook] - 05 Mar 2008 19:15 GMT
Still not quite enough detail. That "first question" -- is it an unbound control or is it bound to an Outlook property? Which property? See http://www.outlookcode.com/article.aspx?ID=38 if you don't understand the difference. That page will also show you how to write code to respond to the user's interaction with your form.
Is there only one recipient per item?

Signature
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
The form has been designed so that the first question at the top is
"Please select sales region" with an option for "Portland",
"Sacramento", or "Seattle". Beyond that question, there is nothing
else that would qualify where it needs to be sent. I want
xxxx@xxxx.com to be placed in the To: field if "Portland" is selected,
yyyy@yyyy.com if "Sacramento" is selected, or zzzzz@zzzz.com if
"Seattle" is selected. The addresses are standard email addresses
like any other. I hope that clarifies what I am asking for...
Thanks!
On Mar 5, 6:58 am, "Sue Mosher [MVP-Outlook]" <sue...@outlookcode.com>
wrote:
> It's not inherently "really easy." Start with the questions you'd ask if you a staffer to do that kind of sending. What information on the message tells you whether the message is destined for a particular department? Once you know the department, where do you find information about the email addresses to use? If you can answer those questions, we might be able to help you.
>
[quoted text clipped - 14 lines]
>
> - Show quoted text -