Re: Is there any way to get the Outlook State Answered?
- From: "Ken Slovak - [MVP - Outlook]" <kenslovak@xxxxxxxx>
- Date: Wed, 13 Apr 2005 09:02:07 -0400
The property that can be used to see if an item was replied to or forwarded would be PR_LAST_VERB_EXECUTED (0x10810003).
EXCHIVERB_REPLYTOALL = 103 EXCHIVERB_REPLYTOSENDER = 102 EXCHIVERB_FORWARD = 104
That, combined with PR_MESSAGE_FLAGS (0x10960003) can be used to see what's what. PR_MESSAGE_FLAGS will have bit 0 set for a message that has been read, it will be 0 for an unread item.
-- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm
"Mario Kropik" <mario.kropik@xxxxxxxxxxxxxxx> wrote in message news:d3ipj0$gk6$05$1@xxxxxxxxxxxxxxxxxxxx
Only a suggestion (don't know if it's possible):
Check the MAPI property tags. (e.g. 0x47110815)
There should exist a property - readable also through ADO Record - that holds the 'outlook read flag'.
You can use http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdo/html/_olemsg_viewing_mapi_properties.asp as a start to gain information.
mails in der Inbox?Grüße aus Stuttgart
Mario
.
- Follow-Ups:
- Re: Is there any way to get the Outlook State Answered?
- From: Florian Endres
- Re: Is there any way to get the Outlook State Answered?
- References:
- Is there any way to get the Outlook State Answered?
- From: Florian Endres
- Re: Is there any way to get the Outlook State Answered?
- From: Mario Kropik
- Is there any way to get the Outlook State Answered?
- Prev by Date: Re: VB Event Sink will not fire
- Next by Date: How to access Exchange OWA through ASP.NET ...
- Previous by thread: Re: Is there any way to get the Outlook State Answered?
- Next by thread: Re: Is there any way to get the Outlook State Answered?
- Index(es):
Relevant Pages
|