![]() |
Outlook Forms
Hi,
I've recently taken on the role of creating outlook forms in my job - I've never used them before and have managed to figure out how to create a form and publish it and that all works fine. I got a request from a user to create a form. The form is meant to send to a public folder (which I set up succesfully) and send to an external email address. The form sends ok to the public folder and it keeps its format fine, but when it sends to the external email address - it opens blank, no form format or any info at all. I must add that the external email address is not set up for outlook - which I suspect may be the problem. (This can't be done either as it's members of the public that it is being sent to) Is there a way to export the form to say a word document and then have it attach when sending it to external emails as well as it posting in it's form format to the public folder? If this can't be done, what would be another solution? Word Forms sent as an attachment maybe? Any help / suggestions would be much appreciated. T.I.A |
Outlook Forms
To send to the external address, you will need code in the Item_Send event of the form that creates a new message (Application.CreateItem(0)) and populates its fields with the right data.
FYI, there is a newsgroup specifically for Outlook forms issues "down the hall" at microsoft.public.outlook.program_forms or, via web interface, at http://www.microsoft.com/office/comm...rogram_f orms -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "sdow" wrote in message ... Hi, I've recently taken on the role of creating outlook forms in my job - I've never used them before and have managed to figure out how to create a form and publish it and that all works fine. I got a request from a user to create a form. The form is meant to send to a public folder (which I set up succesfully) and send to an external email address. The form sends ok to the public folder and it keeps its format fine, but when it sends to the external email address - it opens blank, no form format or any info at all. I must add that the external email address is not set up for outlook - which I suspect may be the problem. (This can't be done either as it's members of the public that it is being sent to) Is there a way to export the form to say a word document and then have it attach when sending it to external emails as well as it posting in it's form format to the public folder? If this can't be done, what would be another solution? Word Forms sent as an attachment maybe? Any help / suggestions would be much appreciated. T.I.A |
Outlook Forms
Thanks for your reply. Unfortunately I just created the form using the
'wysiwyg' format - dragging and dropping the fields. So I have no idea how to add code or anything. I'll look it up though and see if I can attempt it at least! Thanks for the link to the Outlook Form board..I'll have a look in there. "Sue Mosher [MVP-Outlook]" wrote: To send to the external address, you will need code in the Item_Send event of the form that creates a new message (Application.CreateItem(0)) and populates its fields with the right data. FYI, there is a newsgroup specifically for Outlook forms issues "down the hall" at microsoft.public.outlook.program_forms or, via web interface, at http://www.microsoft.com/office/comm...rogram_f orms -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "sdow" wrote in message ... Hi, I've recently taken on the role of creating outlook forms in my job - I've never used them before and have managed to figure out how to create a form and publish it and that all works fine. I got a request from a user to create a form. The form is meant to send to a public folder (which I set up succesfully) and send to an external email address. The form sends ok to the public folder and it keeps its format fine, but when it sends to the external email address - it opens blank, no form format or any info at all. I must add that the external email address is not set up for outlook - which I suspect may be the problem. (This can't be done either as it's members of the public that it is being sent to) Is there a way to export the form to say a word document and then have it attach when sending it to external emails as well as it posting in it's form format to the public folder? If this can't be done, what would be another solution? Word Forms sent as an attachment maybe? Any help / suggestions would be much appreciated. T.I.A |
All times are GMT +1. The time now is 09:20 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com