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

Refresh Problem?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 10th 07, 09:44 AM posted to microsoft.public.outlook.program_forms
Kenny
external usenet poster
 
Posts: 22
Default Refresh Problem?

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  
Old August 10th 07, 02:32 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Refresh Problem?

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  
Old August 10th 07, 04:46 PM posted to microsoft.public.outlook.program_forms
Kenny
external usenet poster
 
Posts: 22
Default Refresh Problem?

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  
Old August 10th 07, 05:15 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Refresh Problem?

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  
Old August 13th 07, 08:46 AM posted to microsoft.public.outlook.program_forms
Kenny
external usenet poster
 
Posts: 22
Default Refresh Problem?

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  
Old August 16th 07, 04:47 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Refresh Problem?

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


All times are GMT +1. The time now is 07:06 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.