View Single Post
  #8  
Old June 1st 09, 10:57 AM posted to microsoft.public.outlook.program_addins
ryotyankou via OfficeKB.com
external usenet poster
 
Posts: 101
Default How to judge what folder the specified entry id is?

It's OK now, after search through the internet and many tries, all worked now,
thanks for your help, Dmitry.

ryotyankou wrote:
I found my errors, correct ones should be:
Inbox: IMsgSto:GetReceiveFolder
Outbox: PR_IPM_OUTBOX_ENTRYID
Sent: PR_IPM_SENTMAIL_ENTRYID
Deleted: PR_IPM_WASTEBASKET_ENTRYID
// then open PR_IPM_SUBTREE_ENTRYID to get draft and other like note,
appointment, etc.
Draft: PR_IPM_DRAFTS_ENTRYID
...
Junk: PR_ADDITIONAL_REN_ENTRYIDS, which specify its entry value as 4
will get junk folder.
----------------------------------------------------
My question now changed to:
How to do with PR_ADDITONAL_REN_ENTRYIDS to get junk folder, what should i
pass in IMAPISession::OpenEntry?


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...ddins/200906/1

Ads