As part of what i am doing i need to access varaiables even after the session with the outllok is closed is there any way to persist value

link|improve this question

36% accept rate
feedback

2 Answers

I'm not an expert of outlook plugins, but I think you can persist values in whatever ways you prefer: to database, text files, binary files etc. Or do you have strict security restriction to do so?

link|improve this answer
thanks for u r answer i am using a text file to persisit my data – Ravi Aug 11 '10 at 8:21
feedback

The only way i can think of is to use something like cookies, see this for more info:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.