![]() |
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 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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |