![]() |
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
|
|||
|
|||
![]()
Hello,
I need to make the default email form contain a field for Client No. I need for this form to open when clicking on the New button. I have created and published the form but can not change the mail folder to have that form. Any help is appreciated. -- CLG |
Ads |
#2
|
|||
|
|||
![]()
Bad idea. Using a custom form as the default message form runs the risk of
causing attachment problems for recipients. If you insist, see http://www.outlookcode.com/article.aspx?ID=39 for information on the making the required registry change. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Legal Learning" wrote in message ... Hello, I need to make the default email form contain a field for Client No. I need for this form to open when clicking on the New button. I have created and published the form but can not change the mail folder to have that form. Any help is appreciated. -- CLG |
#3
|
|||
|
|||
![]()
I had a feeling you might say that!
![]() sort the sent items by a client number. Perhaps a properties that we could use and sort by in a view? Thanks for the heads-up Sue -- CLG "Sue Mosher [MVP]" wrote: Bad idea. Using a custom form as the default message form runs the risk of causing attachment problems for recipients. If you insist, see http://www.outlookcode.com/article.aspx?ID=39 for information on the making the required registry change. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Legal Learning" wrote in message ... Hello, I need to make the default email form contain a field for Client No. I need for this form to open when clicking on the New button. I have created and published the form but can not change the mail folder to have that form. Any help is appreciated. -- CLG |
#4
|
|||
|
|||
![]()
You can display the built-in Mileage or BillingInformation property in a
view. Or add a category. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Legal Learning" wrote in message ... I had a feeling you might say that! ![]() sort the sent items by a client number. Perhaps a properties that we could use and sort by in a view? Thanks for the heads-up Sue -- CLG "Sue Mosher [MVP]" wrote: Bad idea. Using a custom form as the default message form runs the risk of causing attachment problems for recipients. If you insist, see http://www.outlookcode.com/article.aspx?ID=39 for information on the making the required registry change. "Legal Learning" wrote in message ... Hello, I need to make the default email form contain a field for Client No. I need for this form to open when clicking on the New button. I have created and published the form but can not change the mail folder to have that form. Any help is appreciated. -- CLG |
#5
|
|||
|
|||
![]()
What do you mean "built-in BillingInformation property" Sorry, I am sounding
so stupid here but I don't know how to get into a property in 2007. -- CLG "Sue Mosher [MVP]" wrote: You can display the built-in Mileage or BillingInformation property in a view. Or add a category. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Legal Learning" wrote in message ... I had a feeling you might say that! ![]() sort the sent items by a client number. Perhaps a properties that we could use and sort by in a view? Thanks for the heads-up Sue -- CLG "Sue Mosher [MVP]" wrote: Bad idea. Using a custom form as the default message form runs the risk of causing attachment problems for recipients. If you insist, see http://www.outlookcode.com/article.aspx?ID=39 for information on the making the required registry change. "Legal Learning" wrote in message ... Hello, I need to make the default email form contain a field for Client No. I need for this form to open when clicking on the New button. I have created and published the form but can not change the mail folder to have that form. Any help is appreciated. -- CLG |
#6
|
|||
|
|||
![]()
And I am not sure what you mean by "get into." To see the properties that
are not exposed in the UI, modify the view (View | Current View | Customize Current View | Fields). To be able to manually set property values, turn on in-cell editing (View | Current View | Customize Current View | Other Settings). -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Legal Learning" wrote in message ... What do you mean "built-in BillingInformation property" Sorry, I am sounding so stupid here but I don't know how to get into a property in 2007. -- CLG "Sue Mosher [MVP]" wrote: You can display the built-in Mileage or BillingInformation property in a view. Or add a category. "Legal Learning" wrote in message ... I had a feeling you might say that! ![]() to sort the sent items by a client number. Perhaps a properties that we could use and sort by in a view? Thanks for the heads-up Sue -- CLG "Sue Mosher [MVP]" wrote: Bad idea. Using a custom form as the default message form runs the risk of causing attachment problems for recipients. If you insist, see http://www.outlookcode.com/article.aspx?ID=39 for information on the making the required registry change. "Legal Learning" wrote in message ... Hello, I need to make the default email form contain a field for Client No. I need for this form to open when clicking on the New button. I have created and published the form but can not change the mail folder to have that form. |
#7
|
|||
|
|||
![]()
When they send an email message to someone, where would they put the client
number so when they go to their sent items they can sort by that field? -- CLG "Legal Learning" wrote: What do you mean "built-in BillingInformation property" Sorry, I am sounding so stupid here but I don't know how to get into a property in 2007. -- CLG "Sue Mosher [MVP]" wrote: You can display the built-in Mileage or BillingInformation property in a view. Or add a category. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Legal Learning" wrote in message ... I had a feeling you might say that! ![]() sort the sent items by a client number. Perhaps a properties that we could use and sort by in a view? Thanks for the heads-up Sue -- CLG "Sue Mosher [MVP]" wrote: Bad idea. Using a custom form as the default message form runs the risk of causing attachment problems for recipients. If you insist, see http://www.outlookcode.com/article.aspx?ID=39 for information on the making the required registry change. "Legal Learning" wrote in message ... Hello, I need to make the default email form contain a field for Client No. I need for this form to open when clicking on the New button. I have created and published the form but can not change the mail folder to have that form. Any help is appreciated. -- CLG |
#8
|
|||
|
|||
![]()
You could use VBA code or, for distribution to multiple people, an add-in to
prompt the user to enter that information. Or, if the view on the Sent Items folder is set for in-cell editing, it could be entered right in the folder view there. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Legal Learning" wrote in message ... When they send an email message to someone, where would they put the client number so when they go to their sent items they can sort by that field? -- CLG "Legal Learning" wrote: What do you mean "built-in BillingInformation property" Sorry, I am sounding so stupid here but I don't know how to get into a property in 2007. -- CLG "Sue Mosher [MVP]" wrote: You can display the built-in Mileage or BillingInformation property in a view. Or add a category. "Legal Learning" wrote in message ... I had a feeling you might say that! ![]() able to sort the sent items by a client number. Perhaps a properties that we could use and sort by in a view? Thanks for the heads-up Sue -- CLG "Sue Mosher [MVP]" wrote: Bad idea. Using a custom form as the default message form runs the risk of causing attachment problems for recipients. If you insist, see http://www.outlookcode.com/article.aspx?ID=39 for information on the making the required registry change. "Legal Learning" wrote in message ... Hello, I need to make the default email form contain a field for Client No. I need for this form to open when clicking on the New button. I have created and published the form but can not change the mail folder to have that form. Any help is appreciated. -- CLG |
#9
|
|||
|
|||
![]()
I'll play with the sent items idea. VBA code is getting to complex for them
and so is the add-in. Sure is hard with this form where the contact form is easier to customize. Oh well, the'll have to live without it. Thanks for all you help though. -- CLG "Sue Mosher [MVP]" wrote: You could use VBA code or, for distribution to multiple people, an add-in to prompt the user to enter that information. Or, if the view on the Sent Items folder is set for in-cell editing, it could be entered right in the folder view there. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Legal Learning" wrote in message ... When they send an email message to someone, where would they put the client number so when they go to their sent items they can sort by that field? -- CLG "Legal Learning" wrote: What do you mean "built-in BillingInformation property" Sorry, I am sounding so stupid here but I don't know how to get into a property in 2007. -- CLG "Sue Mosher [MVP]" wrote: You can display the built-in Mileage or BillingInformation property in a view. Or add a category. "Legal Learning" wrote in message ... I had a feeling you might say that! ![]() able to sort the sent items by a client number. Perhaps a properties that we could use and sort by in a view? Thanks for the heads-up Sue -- CLG "Sue Mosher [MVP]" wrote: Bad idea. Using a custom form as the default message form runs the risk of causing attachment problems for recipients. If you insist, see http://www.outlookcode.com/article.aspx?ID=39 for information on the making the required registry change. "Legal Learning" wrote in message ... Hello, I need to make the default email form contain a field for Client No. I need for this form to open when clicking on the New button. I have created and published the form but can not change the mail folder to have that form. Any help is appreciated. -- CLG |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can I add an email form to the ribbon? Outlook 2007 | Bob Arnett | Outlook - Installation | 0 | October 30th 07 05:41 PM |
Email Inbox using Custom Contact Form vs. Default Email Form | Bridget | Outlook - Using Forms | 11 | August 6th 07 07:22 PM |
how to set my designed form as default form in outlook 2007 | Dina | Outlook - Using Forms | 1 | July 11th 07 12:20 AM |
Outlook opens Form as Email message, not Form | [email protected] | Outlook - General Queries | 2 | January 26th 06 10:54 PM |
Change Default Send email form to Custom Send email Form | Sue Mosher [MVP-Outlook] | Outlook - Using Forms | 0 | January 20th 06 06:33 PM |