![]() |
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 I have an application VB Working with OutLook 2003 in OutLook there is a
personnal formulaire when you wanna create a new mail. The problem is that as soon as I click for a new mail and laod the form after that the mail icon in the inboxmail never change again for an unread message even if I read it the icon is still a mail close, and to make it open I have to close outlook and relaunch it without clicking the create a new mail button; I should have done something wrong in the form or forgot something I don't really get this one and need some big help. Thank you Best regards |
#2
|
|||
|
|||
![]()
Items created from custom forms use only one icon, the icon set on the (Properties) page in design mode.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Kenny" wrote in message ... Hi I have an application VB Working with OutLook 2003 in OutLook there is a personnal formulaire when you wanna create a new mail. The problem is that as soon as I click for a new mail and laod the form after that the mail icon in the inboxmail never change again for an unread message even if I read it the icon is still a mail close, and to make it open I have to close outlook and relaunch it without clicking the create a new mail button; I should have done something wrong in the form or forgot something I don't really get this one and need some big help. Thank you Best regards |
#3
|
|||
|
|||
![]()
Actually, that is not really the point.
Usually when you got a mail you have the little mail close icon appear in the inbox and when you open it after the icon is changing into a little mail open. In my case it's working well until I click on the "new mail" button as soon as I do that any mail already unread or any new mail when I would read them the icon won't change and the only way to have it change is that I have to relaunch outlook and don't use the "new mail" button. So I'm kind of lost about this I don't really know where to search for the cause it looks like an internal bug from outlook, and I really need to figure this out like if you know a function to reInit outlook setting that I could execute right after that I have clicked on the "new mail" button and get things still work out. Thank you having an interest. "Sue Mosher [MVP-Outlook]" wrote: Items created from custom forms use only one icon, the icon set on the (Properties) page in design mode. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Kenny" wrote in message ... Hi I have an application VB Working with OutLook 2003 in OutLook there is a personnal formulaire when you wanna create a new mail. The problem is that as soon as I click for a new mail and laod the form after that the mail icon in the inboxmail never change again for an unread message even if I read it the icon is still a mail close, and to make it open I have to close outlook and relaunch it without clicking the create a new mail button; I should have done something wrong in the form or forgot something I don't really get this one and need some big help. Thank you Best regards |
#4
|
|||
|
|||
![]()
There is no setting related to that feature. Does the problem occur even when your add-in is not loaded? Have you checked the MessageClass of the items affected?
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Kenny" wrote in message ... Actually, that is not really the point. Usually when you got a mail you have the little mail close icon appear in the inbox and when you open it after the icon is changing into a little mail open. In my case it's working well until I click on the "new mail" button as soon as I do that any mail already unread or any new mail when I would read them the icon won't change and the only way to have it change is that I have to relaunch outlook and don't use the "new mail" button. So I'm kind of lost about this I don't really know where to search for the cause it looks like an internal bug from outlook, and I really need to figure this out like if you know a function to reInit outlook setting that I could execute right after that I have clicked on the "new mail" button and get things still work out. Thank you having an interest. "Sue Mosher [MVP-Outlook]" wrote: Items created from custom forms use only one icon, the icon set on the (Properties) page in design mode. "Kenny" wrote in message ... Hi I have an application VB Working with OutLook 2003 in OutLook there is a personnal formulaire when you wanna create a new mail. The problem is that as soon as I click for a new mail and laod the form after that the mail icon in the inboxmail never change again for an unread message even if I read it the icon is still a mail close, and to make it open I have to close outlook and relaunch it without clicking the create a new mail button; I should have done something wrong in the form or forgot something I don't really get this one and need some big help. Thank you Best regards |
#5
|
|||
|
|||
![]()
Hi,
Yes the problem occur when my add-in is not loaded so I supposed that it's from the form I did, but don't really know why? For the messageclass de mailitem.unread is at false like it's supposed to be. I don't really know what to do "Sue Mosher [MVP-Outlook]" wrote: There is no setting related to that feature. Does the problem occur even when your add-in is not loaded? Have you checked the MessageClass of the items affected? -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Kenny" wrote in message ... Actually, that is not really the point. Usually when you got a mail you have the little mail close icon appear in the inbox and when you open it after the icon is changing into a little mail open. In my case it's working well until I click on the "new mail" button as soon as I do that any mail already unread or any new mail when I would read them the icon won't change and the only way to have it change is that I have to relaunch outlook and don't use the "new mail" button. So I'm kind of lost about this I don't really know where to search for the cause it looks like an internal bug from outlook, and I really need to figure this out like if you know a function to reInit outlook setting that I could execute right after that I have clicked on the "new mail" button and get things still work out. Thank you having an interest. "Sue Mosher [MVP-Outlook]" wrote: Items created from custom forms use only one icon, the icon set on the (Properties) page in design mode. "Kenny" wrote in message ... Hi I have an application VB Working with OutLook 2003 in OutLook there is a personnal formulaire when you wanna create a new mail. The problem is that as soon as I click for a new mail and laod the form after that the mail icon in the inboxmail never change again for an unread message even if I read it the icon is still a mail close, and to make it open I have to close outlook and relaunch it without clicking the create a new mail button; I should have done something wrong in the form or forgot something I don't really get this one and need some big help. Thank you Best regards |
#6
|
|||
|
|||
![]()
The Message Class would be IPM.Note.something.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Kenny" wrote in message ... Hi, Yes the problem occur when my add-in is not loaded so I supposed that it's from the form I did, but don't really know why? For the messageclass de mailitem.unread is at false like it's supposed to be. I don't really know what to do "Sue Mosher [MVP-Outlook]" wrote: There is no setting related to that feature. Does the problem occur even when your add-in is not loaded? Have you checked the MessageClass of the items affected? "Kenny" wrote in message ... Actually, that is not really the point. Usually when you got a mail you have the little mail close icon appear in the inbox and when you open it after the icon is changing into a little mail open. In my case it's working well until I click on the "new mail" button as soon as I do that any mail already unread or any new mail when I would read them the icon won't change and the only way to have it change is that I have to relaunch outlook and don't use the "new mail" button. So I'm kind of lost about this I don't really know where to search for the cause it looks like an internal bug from outlook, and I really need to figure this out like if you know a function to reInit outlook setting that I could execute right after that I have clicked on the "new mail" button and get things still work out. Thank you having an interest. "Sue Mosher [MVP-Outlook]" wrote: Items created from custom forms use only one icon, the icon set on the (Properties) page in design mode. "Kenny" wrote in message ... Hi I have an application VB Working with OutLook 2003 in OutLook there is a personnal formulaire when you wanna create a new mail. The problem is that as soon as I click for a new mail and laod the form after that the mail icon in the inboxmail never change again for an unread message even if I read it the icon is still a mail close, and to make it open I have to close outlook and relaunch it without clicking the create a new mail button; I should have done something wrong in the form or forgot something I don't really get this one and need some big help. Thank you Best regards |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Macro for refresh folder | [email protected] | Outlook - General Queries | 0 | October 25th 06 06:49 AM |
Problem with Office technical refresh | Chuck_the_runner | Outlook - Installation | 0 | October 2nd 06 04:23 AM |
Auto-refresh problem with my inbox folder | phil | Outlook Express | 1 | August 14th 06 10:04 PM |
refresh the currently selected item? | Jiho Han | Outlook and VBA | 4 | June 2nd 06 03:23 PM |
OWA refresh with IE | FOAD | Outlook - General Queries | 0 | January 18th 06 07:25 PM |