![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi,
in the Default Store it's easy to access the "Deleted Items Folder" with GetDefaultFolder. But how can I access the "Deleted Items Folder" of any other store?? I don't wan't to use the folder's name as this would make it impossible to localize the add-in. Best Tom |
#2
|
|||
|
|||
![]()
Is that other Exchange user's store? You can the nuse
Namespace.GetSharedDefaultFolder. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "escamoteur" wrote in message news ![]() Hi, in the Default Store it's easy to access the "Deleted Items Folder" with GetDefaultFolder. But how can I access the "Deleted Items Folder" of any other store?? I don't wan't to use the folder's name as this would make it impossible to localize the add-in. Best Tom |
#3
|
|||
|
|||
![]()
Sorry, I forgot. No it's a PST Store. I'm using Outlook 2007
Best Tom "Dmitry Streblechenko" schrieb im Newsbeitrag ... Is that other Exchange user's store? You can the nuse Namespace.GetSharedDefaultFolder. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "escamoteur" wrote in message news ![]() Hi, in the Default Store it's easy to access the "Deleted Items Folder" with GetDefaultFolder. But how can I access the "Deleted Items Folder" of any other store?? I don't wan't to use the folder's name as this would make it impossible to localize the add-in. Best Tom |
#4
|
|||
|
|||
![]()
On the low level (Extended MAPI - C++ or Delphi), you would need to read the
PR_IPM_WASTEBASKET_ENTRYID property from that IMsgStore and use its value to call IMsgSto:OpenEntry() to open the folder (IMAPIFolder) Outlook would only let you open default folders from the default store in the current profile or other Exchange user's mailbox. plug Redemption woudl let you open default folders on the per-store level - use RDOStore.GetDefaultFolder - http://www.dimastr.com/redemption/rdo/rdostore.htm /plug -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "escamoteur" wrote in message ... Sorry, I forgot. No it's a PST Store. I'm using Outlook 2007 Best Tom "Dmitry Streblechenko" schrieb im Newsbeitrag ... Is that other Exchange user's store? You can the nuse Namespace.GetSharedDefaultFolder. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "escamoteur" wrote in message news ![]() Hi, in the Default Store it's easy to access the "Deleted Items Folder" with GetDefaultFolder. But how can I access the "Deleted Items Folder" of any other store?? I don't wan't to use the folder's name as this would make it impossible to localize the add-in. Best Tom |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mail folder items mysteriously moved to Deleted Items | aalrr | Outlook - Installation | 1 | December 6th 07 09:47 PM |
recovering messages from 'Deleted Items' folder after "Empty 'Deleted Items' Folder" used | [email protected] | Outlook Express | 1 | August 23rd 07 02:55 PM |
how to retain 10 days items in Outlook 2003 deleted items folder? | Balthazar | Outlook - Installation | 2 | June 7th 06 04:05 PM |
Reading mails from Sent items, Deleted items, Draft folder of outlook from VB6.0 | Viswanathan | Outlook - General Queries | 8 | May 26th 06 04:31 PM |
Recover deleted messages after emptying deleted items folder | Gail | Outlook Express | 2 | January 30th 06 05:18 PM |