View Single Post
  #7  
Old May 31st 09, 10:12 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?

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 http://www.officekb.com

Ads