![]() |
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
|
|||
|
|||
![]()
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 |
Ads |
#2
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Com Add-in for Publishing a customized form in a public folder and setting this form as deafult form for the calendar | Vidya[_2_] | Add-ins for Outlook | 0 | September 17th 07 10:47 AM |
Help forwarding form programmatically | Trent | Outlook - Using Forms | 3 | October 18th 06 07:36 PM |
Forwarding a copy of a form from a Public Folder to a user's inbox | Bubba Smith | Outlook - Using Forms | 5 | October 10th 06 04:57 PM |
Forwarding Contacts made from custom form internally | rikper | Outlook - Using Forms | 5 | August 11th 06 10:29 PM |
Forwarding a form from one user to another | [email protected] | Outlook - Using Forms | 11 | January 30th 06 04:21 PM |