Where save help information in outlook? -


i making add-in outlook. periodically updated information wcf-service , need somewhere save last time add-in updated. can save information?

in appsetting in app.config file, sounds place:

<appsettings>     <add key="updatedate" value="2013-08-27 10:00:00" /> </appsettings> 

Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -