In the code behind your form, you can add code to the Item_Forward event handler to set the original message's sender as the reply recipient for the forwarded item:
Function Item_Forward(ByVal ForwardItem)
ForwardItem.ReplyRecipients.Add Item.SenderEmailAddress
End Function
Another approach is to go to the (Actions) page of your form design and change the setting for the Forward action so that it attaches the original message.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Greg" wrote in message ...
Hi
When I forward a form it is attaching the form to an email but losses the
original senders details. What I am after is if the form is forwarded to
another person they reply to the orginal sender and not the forwarder. If
this can not be done can i set the original form to be sent as an attachment
and not a form
Thanks
Greg