A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Outlook 2007 Email Form



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 7th 09, 09:05 PM posted to microsoft.public.outlook.program_forms
Legal Learning
external usenet poster
 
Posts: 14
Default Outlook 2007 Email Form

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  
Old May 7th 09, 09:18 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default Outlook 2007 Email Form

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  
Old May 7th 09, 10:01 PM posted to microsoft.public.outlook.program_forms
Legal Learning
external usenet poster
 
Posts: 14
Default Outlook 2007 Email Form

I had a feeling you might say that! ) Any other method of being 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.

--
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  
Old May 7th 09, 10:04 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default Outlook 2007 Email Form

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! ) Any other method of being 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






  #5  
Old May 7th 09, 10:13 PM posted to microsoft.public.outlook.program_forms
Legal Learning
external usenet poster
 
Posts: 14
Default Outlook 2007 Email Form

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! ) Any other method of being 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






  #6  
Old May 7th 09, 10:29 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default Outlook 2007 Email Form

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! ) Any other method of being 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.



  #7  
Old May 7th 09, 10:41 PM posted to microsoft.public.outlook.program_forms
Legal Learning
external usenet poster
 
Posts: 14
Default Outlook 2007 Email Form

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! ) Any other method of being 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






  #8  
Old May 7th 09, 11:17 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default Outlook 2007 Email Form

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! ) Any other method of being
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  
Old May 8th 09, 04:39 AM posted to microsoft.public.outlook.program_forms
Legal Learning
external usenet poster
 
Posts: 14
Default Outlook 2007 Email Form

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! ) Any other method of being
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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 09:16 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-2025 Outlook Banter.
The comments are property of their posters.