![]() |
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
|
|||
|
|||
![]()
OL 2003
I published a form in the personal forms library. The form is used to change the icon of mailitems in the mailbox when their message class changes after a certain event occured. The new form worked fine at first and Items with the new message class could easily be recognized because the icon had changed. Now for no apparent reason the items still change their message class but the icon doesnt change anymore. Can I force the mail items to use my new form? |
#2
|
|||
|
|||
![]()
What event are you referring to? Does the code just change the MessageClass property value and save the item? Or does it do something else?
-- 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 "Phil1980" wrote in message ... OL 2003 I published a form in the personal forms library. The form is used to change the icon of mailitems in the mailbox when their message class changes after a certain event occured. The new form worked fine at first and Items with the new message class could easily be recognized because the icon had changed. Now for no apparent reason the items still change their message class but the icon doesnt change anymore. Can I force the mail items to use my new form? |
#3
|
|||
|
|||
![]()
Thanks for your reply.
It's actually a third party software that changes the message class. Therefore I don't know exactly how the MessageClass is beeing changed. I would guess that changing the property value and saving the item is what happens. What beats me is that it worked fine at first and now newer objects use the wrong form after having their messageclass changed while the old ones still use the correct icon and form. I haven't worket too much with Outlook forms but i thought there was some way of forcing items to use a certain form. Do you excpect the error to be caused by the external software or is there a way of changing the associated form for objects in Outlook? "Sue Mosher [MVP-Outlook]" schrieb: What event are you referring to? Does the code just change the MessageClass property value and save the item? Or does it do something else? -- 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 "Phil1980" wrote in message ... OL 2003 I published a form in the personal forms library. The form is used to change the icon of mailitems in the mailbox when their message class changes after a certain event occured. The new form worked fine at first and Items with the new message class could easily be recognized because the icon had changed. Now for no apparent reason the items still change their message class but the icon doesnt change anymore. Can I force the mail items to use my new form? |
#4
|
|||
|
|||
![]()
I'd suggest either throwing the problem back to the external software developer or using MFCMAPI or Outlook Spy to look closely at the MAPI properties on the items (compare "good" and "bad" items).
now newer objects use the wrong form after having their messageclass changed while the old ones still use the correct icon and form. So there's more to the problem than just the icon? -- 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 "Phil1980" wrote in message ... Thanks for your reply. It's actually a third party software that changes the message class. Therefore I don't know exactly how the MessageClass is beeing changed. I would guess that changing the property value and saving the item is what happens. What beats me is that it worked fine at first and now newer objects use the wrong form after having their messageclass changed while the old ones still use the correct icon and form. I haven't worket too much with Outlook forms but i thought there was some way of forcing items to use a certain form. Do you excpect the error to be caused by the external software or is there a way of changing the associated form for objects in Outlook? "Sue Mosher [MVP-Outlook]" schrieb: What event are you referring to? Does the code just change the MessageClass property value and save the item? Or does it do something else? "Phil1980" wrote in message ... OL 2003 I published a form in the personal forms library. The form is used to change the icon of mailitems in the mailbox when their message class changes after a certain event occured. The new form worked fine at first and Items with the new message class could easily be recognized because the icon had changed. Now for no apparent reason the items still change their message class but the icon doesnt change anymore. Can I force the mail items to use my new form? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Why is e-mail going to the wrong adress? | lee | Outlook - General Queries | 2 | March 1st 06 03:41 PM |
New mail notification tray icon... | Boxington Headmaker | Outlook - General Queries | 2 | February 20th 06 05:24 PM |
Mail Notification Wrong | Jeff N. | Outlook Express | 4 | February 12th 06 11:15 PM |
Wrong Meeting time in e-mail invite | Petems | Outlook - Calandaring | 0 | January 28th 06 04:05 PM |
Moving a Mix of Mail Items and Report Items | Steve Roberts | Outlook and VBA | 1 | January 24th 06 11:36 PM |