![]() |
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
|
|||
|
|||
![]()
I've built a custom mail Outlook form (Outlook 2003) and want the user to be
able to attach an email or file to the form before sending. The Insert File icon is available on the toolbar when sending a standard new mail form, but not in the custom mail form. I can't find any properties or controls in design mode that will add the functionality to the custom form. The form currently does all I need it to do (except insert file) without having any VBA. I prefer not to have any VBA so as to avoid security warnings when the end user copies/moves/uses the custom form. I don't have administrative rights to publish the custom form. I'm hoping to keep the simplicity of any user being able to grab the .OST file from a web folder and use it without any hassle. So.... can anyone suggest a way to add file attachment functionality to a custom mail form without VBA? thanks.. -- D.Farns |
Ads |
#2
|
|||
|
|||
![]()
Add the message body control back to the form, and the Insert File command will be available again.
-- 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 "D.Farns" wrote in message ... I've built a custom mail Outlook form (Outlook 2003) and want the user to be able to attach an email or file to the form before sending. The Insert File icon is available on the toolbar when sending a standard new mail form, but not in the custom mail form. I can't find any properties or controls in design mode that will add the functionality to the custom form. The form currently does all I need it to do (except insert file) without having any VBA. I prefer not to have any VBA so as to avoid security warnings when the end user copies/moves/uses the custom form. I don't have administrative rights to publish the custom form. I'm hoping to keep the simplicity of any user being able to grab the .OST file from a web folder and use it without any hassle. So.... can anyone suggest a way to add file attachment functionality to a custom mail form without VBA? thanks.. -- D.Farns |
#3
|
|||
|
|||
![]()
Sue,
thanks for the quick response. The Message Body control was on the form, but not visible. Setting visible to True did bring out the Insert item on the toolbar as I was hoping. It looks likes the message body is the only place you can drag and drop an email into also. Another reason to have the message body visible. All set...thanks again! -- D.Farns "Sue Mosher [MVP-Outlook]" wrote: Add the message body control back to the form, and the Insert File command will be available again. -- 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 "D.Farns" wrote in message ... I've built a custom mail Outlook form (Outlook 2003) and want the user to be able to attach an email or file to the form before sending. The Insert File icon is available on the toolbar when sending a standard new mail form, but not in the custom mail form. I can't find any properties or controls in design mode that will add the functionality to the custom form. The form currently does all I need it to do (except insert file) without having any VBA. I prefer not to have any VBA so as to avoid security warnings when the end user copies/moves/uses the custom form. I don't have administrative rights to publish the custom form. I'm hoping to keep the simplicity of any user being able to grab the .OST file from a web folder and use it without any hassle. So.... can anyone suggest a way to add file attachment functionality to a custom mail form without VBA? thanks.. -- D.Farns |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
"File As" reverts to "Last, First Middle" from custom | Roshan Q | Outlook - Using Contacts | 0 | April 7th 06 10:49 PM |
how to add a custom button on the explorer "standard" commandbar | Herve cadieu | Outlook and VBA | 1 | March 17th 06 04:33 PM |
"Resize with form" property on custom controls | Vaughan | Outlook - Using Forms | 2 | February 6th 06 09:03 PM |
Import HTML: Where is "Insert text from file" option in Outlook 20 | luxuria | Outlook - General Queries | 1 | January 18th 06 11:16 AM |
Add empty "junk mai" folderl icon to outlook 2003 | grkuntzmd | Outlook - Installation | 2 | January 17th 06 11:19 PM |