How to set Unread to false

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 
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.
 
Thanks a lot.

Gruss an dich.
Regards.

Michael Bauer said:
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.
 
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".
 
Back
Top