![]() |
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 all
i'm having a hard time in trying to do this: i have OL 2003 with exchange 2003 (test environment) I am using the domain/exchange admin account I open the admin mailbox from ol 2003 I add a folder I open the folder properties and try to change the form from the default (IPM.post) to one i created (myform) but i always get a message "you cannot create an item of this type in this folder" I have tried to create different form and different folders, but i always get the same error message ??? thanks |
Ads |
#2
|
|||
|
|||
![]()
A message form (IPM.Note.*) can never be the default form for a folder, because messages are sent, not saved in folders.
Maybe you could back up and explain more about what you were hoping to accomplish by changing the default form for a folder to a custom message form. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "console1" wrote in message ... hi all i'm having a hard time in trying to do this: i have OL 2003 with exchange 2003 (test environment) I am using the domain/exchange admin account I open the admin mailbox from ol 2003 I add a folder I open the folder properties and try to change the form from the default (IPM.post) to one i created (myform) but i always get a message "you cannot create an item of this type in this folder" I have tried to create different form and different folders, but i always get the same error message ??? thanks |
#3
|
|||
|
|||
![]()
Sue Mosher [MVP-Outlook] wrote:
A message form (IPM.Note.*) can never be the default form for a folder, because messages are sent, not saved in folders. Maybe you could back up and explain more about what you were hoping to accomplish by changing the default form for a folder to a custom message form. thanks for your answer. i would like to have all messages arriving into the Inbox folder of a mailbox to have some check boxes and/or radio buttons that can be used to categorize them. i thought i could accomplish this by modifying a Message form so that it shows some radio buttons and then set that form as the default form for the Inbox folder? thank you |
#4
|
|||
|
|||
![]()
Modifying the message form to produce a new published custom form is just the first step. You would also need to change the value of the MessageClass property for each incoming item to the class of your published form, e.g. IPM.Note.MyForm. That can be done with relatively simple VBA code, but it's not clear if VBA is appropriate for your scenario. Is this your own Inbox whose messages you want to process?
Also, consider that if you forward any of these messages to non-Outlook recipients, they could have trouble reading any attachments. That's a side effect of using custom forms. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "console1" wrote in message ... Sue Mosher [MVP-Outlook] wrote: A message form (IPM.Note.*) can never be the default form for a folder, because messages are sent, not saved in folders. Maybe you could back up and explain more about what you were hoping to accomplish by changing the default form for a folder to a custom message form. thanks for your answer. i would like to have all messages arriving into the Inbox folder of a mailbox to have some check boxes and/or radio buttons that can be used to categorize them. i thought i could accomplish this by modifying a Message form so that it shows some radio buttons and then set that form as the default form for the Inbox folder? thank you |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Changing the default form for a contact folder | Sue Mosher [MVP-Outlook] | Outlook - Using Forms | 15 | May 6th 08 03:29 PM |
Changing default "file as" in Outlook 2007 still doesn't work! | Sarah@Webster | Outlook - Using Contacts | 0 | March 29th 07 08:24 PM |
Changing the default Form | Mats Samson | Outlook - Using Contacts | 1 | March 21st 06 01:40 PM |
Question about Changing Default Outlook Form | ChrisB | Outlook - Using Forms | 1 | February 9th 06 08:47 PM |
Have problems changing default email form. | Demon News | Outlook - Using Forms | 3 | January 27th 06 02:49 PM |