vsto - Access Categories from shared calendar? -


i can access category collection using following:

globals.thisaddin.application.session.categories 

but if have delegate access calendar, how can list of categories calendar?

categories stored in hidden message message class of "ipm.configuration.categorylist" in store's calendar folder. can see in outlookspy if go shared calendar folder , click imapifolder button, go "associated contents" tab.

that hidden message can accessed using mapifolder.getstorage in outlook object model.

you can access categories collection in redemption using rdocategories collection. redemption exposes categories both on session level (rdosession.categories default store) , on store level (rdostore2.categories). shared mailbox can opened using rdosession.getsharedmailbox.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -