Put code in the Item_Send event handler to add the required recipient.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Ruth Halbach" <(E-Mail Removed)> wrote in message news:742895B2-E654-4CE4-BBFF-(E-Mail Removed)...
> Hello, I have a custom Outlook form that should always go to one particular
> address. The user can add any number of additional addresses. I
> accomplished this by using initial value, but it causes a problem when the
> recipient does a 'reply to all'. The initial value overrides the other
> addresses. Could someone suggest how to accomplish sending the original
> message to a specific mailbox without interferring with future functions?
> THANKS