Re: Is there any way to get the Outlook State Answered?
- From: "Ken Slovak - [MVP - Outlook]" <kenslovak@xxxxxxxx>
- Date: Tue, 26 Apr 2005 08:48:06 -0400
PR_LAST_VERB_EXECUTED is not necessarily there, it's added to a mail item when one of the appropriate actions is taken (reply, forward, etc.). If it's not there you either must be prepared to handle the error or set a Field property on that property and check for it being Nothing.
There are a lot of MAPI properties that don't exist on items unless the property is added or an action is taken that creates that property. You have to be aware of that in all coding of this type.
-- 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
"Florian Endres" <info@xxxxxxxxxxxxxxxx> wrote in message news:1624f88f.0504250442.d60cc29@xxxxxxxxxxxxxxxxxxxxx
Hello again.
my errorlog said "MAPI_E_NOT_FOUND" looping through the messages in the inbox.
The proberty tag "CdoPR_ACTION_FLAG" (&H10810003) must be in the message properties or not.
.
- 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
- Re: Is there any way to get the Outlook State Answered?
- From: Ken Slovak - [MVP - Outlook]
- 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?
- From: Ken Slovak - [MVP - Outlook]
- Re: Is there any way to get the Outlook State Answered?
- From: Florian Endres
- Is there any way to get the Outlook State Answered?
- Prev by Date: Re: Howto access Exchange over WebDav?
- Next by Date: Re: CDOEX and webservices
- Previous by thread: Re: Is there any way to get the Outlook State Answered?
- Next by thread: Events not treated :(
- Index(es):
Relevant Pages
|