![]() |
| 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, deleted, folder, imap, item, mail |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
When I delete a mail item in folder of an IMAP account the item is nit
removed but displayed stike through. How can I detect in VBA or VB if the selected mail item is delted like this? I checked all the properties and all the MAPI properties, but did not found an appropiate. Any idea? |
| Ads |
|
#2
|
|||
|
|||
|
Not in the Outlook Object Model - you will need to use Extended MAPI
(C++/Delphi) or CDO 1.21 or Redemption to see if the following named property is present and set to anything other than 0: {00062008-0000-0000-C000-000000000046}, 0x8570, PT_LONG Look at a message with OutlookSpy (click Imessage) to see the property. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Christoph Guentner" wrote in message ... When I delete a mail item in folder of an IMAP account the item is nit removed but displayed stike through. How can I detect in VBA or VB if the selected mail item is delted like this? I checked all the properties and all the MAPI properties, but did not found an appropiate. Any idea? |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Add folder attachment to mail item ? | semedao | Outlook and VBA | 1 | January 16th 07 04:01 PM |
| IMAP sent-mail folder | Alberto | Outlook - General Queries | 1 | September 30th 06 06:55 PM |
| Copy mail item to one folder and then move it to another folder | LDMueller | Outlook - Using Forms | 1 | September 15th 06 04:15 PM |
| sent e mail goes to deleted folder | Jay | Outlook - Using Contacts | 1 | May 3rd 06 09:48 PM |
| Forwarding a mail from your sent item folder | jschacon@jccm.es | Outlook - General Queries | 0 | March 22nd 06 07:13 PM |