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 and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

How to set Unread to false



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old October 11th 06, 06:53 PM posted to microsoft.public.outlook.program_vba
jeanluc
external usenet poster
 
Posts: 9
Default How to set Unread to false

Hi,

I am just discovering outlook programming with VB.

The instruction myItem.UnRead = False
works correctly in my application, but not if the received mail asks for a
Read Receipt.
In this case I receive the popup (asking Do you want to send a receipt Yes /
No).
Is it possible not to have this popup, meaning putting back the Read Receipt
to No Read Receipt (or something like this)
Thanks to whom has a solution.

JL
Ads
  #2  
Old October 12th 06, 06:55 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default How to set Unread to false

Am Wed, 11 Oct 2006 09:53:02 -0700 schrieb jeanLuc:

You can change the settings in Outlook options to answer allways or never a
read receipt request, or you can use Redemption (www.dimastr.com) to access
the Unread property.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Hi,

I am just discovering outlook programming with VB.

The instruction myItem.UnRead = False
works correctly in my application, but not if the received mail asks for a
Read Receipt.
In this case I receive the popup (asking Do you want to send a receipt Yes

/
No).
Is it possible not to have this popup, meaning putting back the Read

Receipt
to No Read Receipt (or something like this)
Thanks to whom has a solution.

JL

  #3  
Old October 12th 06, 07:02 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default How to set Unread to false

Am Thu, 12 Oct 2006 06:55:36 +0200 schrieb Michael Bauer [MVP - Outlook]:

Sorry, hold on please. Currently Redemption in this case is not the way to
go.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Am Wed, 11 Oct 2006 09:53:02 -0700 schrieb jeanLuc:

You can change the settings in Outlook options to answer allways or never

a
read receipt request, or you can use Redemption (www.dimastr.com) to

access
the Unread property.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Hi,

I am just discovering outlook programming with VB.

The instruction myItem.UnRead = False
works correctly in my application, but not if the received mail asks for

a
Read Receipt.
In this case I receive the popup (asking Do you want to send a receipt

Yes
/
No).
Is it possible not to have this popup, meaning putting back the Read

Receipt
to No Read Receipt (or something like this)
Thanks to whom has a solution.

JL

  #4  
Old October 12th 06, 07:43 AM posted to microsoft.public.outlook.program_vba
jeanluc
external usenet poster
 
Posts: 9
Default How to set Unread to false

Thanks a lot.

Gruss an dich.
Regards.

"Michael Bauer [MVP - Outlook]" wrote:

Am Wed, 11 Oct 2006 09:53:02 -0700 schrieb jeanLuc:

You can change the settings in Outlook options to answer allways or never a
read receipt request, or you can use Redemption (www.dimastr.com) to access
the Unread property.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Hi,

I am just discovering outlook programming with VB.

The instruction myItem.UnRead = False
works correctly in my application, but not if the received mail asks for a
Read Receipt.
In this case I receive the popup (asking Do you want to send a receipt Yes

/
No).
Is it possible not to have this popup, meaning putting back the Read

Receipt
to No Read Receipt (or something like this)
Thanks to whom has a solution.

JL


  #5  
Old October 12th 06, 11:37 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default How to set Unread to false

Am Wed, 11 Oct 2006 22:43:02 -0700 schrieb jeanLuc:

Ok, I talked with Dmitry: Supressing the receipt will be one of the next
version´s features. So currently you need to change the setting via options
to "never answer".

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Thanks a lot.

Gruss an dich.
Regards.

"Michael Bauer [MVP - Outlook]" wrote:

Am Wed, 11 Oct 2006 09:53:02 -0700 schrieb jeanLuc:

You can change the settings in Outlook options to answer allways or never

a
read receipt request, or you can use Redemption (www.dimastr.com) to

access
the Unread property.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Hi,

I am just discovering outlook programming with VB.

The instruction myItem.UnRead = False
works correctly in my application, but not if the received mail asks for

a
Read Receipt.
In this case I receive the popup (asking Do you want to send a receipt

Yes
/
No).
Is it possible not to have this popup, meaning putting back the Read

Receipt
to No Read Receipt (or something like this)
Thanks to whom has a solution.

JL


  #6  
Old September 22nd 10, 09:32 PM
RickW RickW is offline
Junior Member
 
First recorded activity at Outlookbanter: Sep 2010
Posts: 1
Post

I had the same problem - I was using .Unread=False, but the messages would show up as unread anyway.

The following fixed it:

msgItem.Unread = False
msgItem.Update()

So, the problem was that the change to the message was not being saved, and Update() saves it.

Regards,
RickW
 




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
(False) Attachments indicated idonno Outlook Express 1 October 5th 06 11:15 PM
False Bounce Backs on Meeting Requests Darrin Outlook - Calandaring 1 September 7th 06 12:47 AM
.sent=False steve Outlook and VBA 3 July 8th 06 08:11 PM
false reminders for all contacts Flip Outlook - Installation 0 June 30th 06 11:24 AM
Unread message indicator false Cooler Dude Outlook Express 1 March 25th 06 07:39 PM


All times are GMT +1. The time now is 04:29 PM.


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.