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

c++ - Linked List error when inserting for the last time -

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

tsql - Pivot with Temp Table (definition for column must include data type) -- SQL Server 2008 -