Re: Is there any way to get the Outlook State Answered?



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

.



Relevant Pages

  • Some newbie Outlook/VBA questions
    ... write a macro so that before I send a message, the 'Flag for Follow-Up' ... Although Firefox is set as my default browser, hyperlinks in Outlook ... installing Sue Moshers' zaphtml script? ... She lists some ...
    (microsoft.public.outlook)
  • Re: Cant move Flag Status column in Outlook 2007
    ... Diane Poremsky [MVP - Outlook] ... EMO - a weekly newsletter about Outlook and Exchange: ... are the button the right side where you can click to flag, ... lists. ...
    (microsoft.public.outlook.general)
  • Re: Right-Click & Toolbars Non-Functional Sporadically in Outlook XP & Discussion Posts - Se
    ... you may need to open the post and set the flag after saving it. ... Teach Yourself Outlook 2003 in 24 Hours ... the ability to right-click or use toolbars in Outlook just ... > occurring before the installation of the PGP Plugin). ...
    (microsoft.public.outlook)
  • Re: Errors after upgrade to Outlook 2003
    ... There is an outlook control (it functions like a drop ... down box) named "Flag Status" which controls the flag ... list flag icon for that message will not change no matter ...
    (microsoft.public.outlook.program_forms)
  • Re: Composing a new mail using standard mail form
    ... simulate a click on the Send/Receive button in Outlook ... > I'm using IMPAISession::ShowForm to show the form and the flag ... the message is copied to the Outbox and processed for sending. ... > sending an internet link from the Internet Explorer, ...
    (microsoft.public.win32.programmer.messaging)