I am new to MS Exchange and wonder if the following is possible.
I want to create an Exchange folder that will store some settings that my
Outlook addin will read. However I do not want the user to actually see the
folder in Outlook (so that he does not go into the folder and make changes
manually).
That is ...
1) User will have permissions to the folder so that my code can read and
write from the folder but ...
2) User will not be able to actually see the folder from Outlook.
Hope that makes sense.
Thanks in advance for any pointers.
Regards
Sanjay
You could do this via MAPI. With CDO, you can create hidden messages in the
root of the mailbox or another folder which may solve your problem.
Grab the offline free/busy sample from my book linked below. I use hidden
messages to store configuration since you may run the add-in from multiple
machines.
Tom

Signature
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp
>I am new to MS Exchange and wonder if the following is possible.
>
[quoted text clipped - 16 lines]
> Regards
> Sanjay