![]() |
| 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. |
|
|||||||
| Tags: been, function, olmailitem, quotforwardedquot, quotrepliedquot, undocumented |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Dear all
I would like to check from my Inbox all email that as been already replied or forwarded This status is indicated in Outlook appication with a special Incon Purple Left Arrow for replied Blue Right Arrow for forwarded. How can I get this status of an olEmailItem, within a VB function? Thanks for your help |
| Ads |
|
#2
|
|||
|
|||
|
The Outlook object model doesn't let you find that. You would need to use a
different API such as CDO 1.21 or Extended MAPI or Redemption (www.dimastr.com/redemption). Neither CDO or Extended MAPI can be used from ..NET languages. The property you would read would be PR_LAST_VERB_EXECUTED (0x10810003). EXCHIVERB_REPLYTOSENDER = 102 EXCHIVERB_REPLYTOALL = 103 EXCHIVERB_FORWARD = 104 -- 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 "9online" wrote in message ... Dear all I would like to check from my Inbox all email that as been already replied or forwarded This status is indicated in Outlook appication with a special Incon Purple Left Arrow for replied Blue Right Arrow for forwarded. How can I get this status of an olEmailItem, within a VB function? Thanks for your help |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Only when i forward emails with attachements "550 relaying mail to" [domain] "is not allowed" | Alchemy | Outlook - General Queries | 4 | March 9th 06 12:47 AM |
| "sent" time stamp shown in the mail is "none" | Elan | Outlook - General Queries | 0 | March 7th 06 06:40 AM |
| How many days will outlook "calendar" allow you to "snooze" a job | Max | Outlook - Calandaring | 1 | January 25th 06 02:50 PM |
| In Table View can I group by "Date" instead of "Start" | KLM | Outlook - Calandaring | 1 | January 11th 06 05:52 AM |
| Don't use "X" in outlook as delete icon, it looks like "close" | HuskieChem | Outlook - Installation | 1 | January 9th 06 03:02 AM |