Using MAPI how can I identify whether an outlook folder is a custom
folder or a build-in (Inbox, Outbox, Sent Items, Calendar, Task etc.)
folder.
One way is to compare the entry ID of the folder with the entry ID of
all the documented special MAPI folders using the session object but
this approach won’t work with some other built-in folders like ‘RSS
Feeds’ etc.
Thanks in advance.
Pete Maclean
Thanks for the reply Pete.
I verified that PR_ADDITIONAL_REN_ENTRYIDS_EX doesn’t contains ‘RSS
Feeds’ folder‘s entry ID.
Also see Stephen Griffin’s comment here -
http://blogs.msdn.com/b/stephen_griffin/archive/2004/08/18/216497.aspx?PageIndex=46
Ashish,
Look at the source code for MFCMAPI (http://mfcmapi.codeplex.com/). Maybe
"documented" is too strong a word! But the necessary information is there.
Pete