sharepoint - Where to store value in Outlook 2013 C# -


i developing addin outlook 2013.

for that, have specific requirement , have data sharepoint list , display in pane.

i have created addin , working fine.

right , have written sharepoint url, username, password, domain directly.

now scenario, have give user configure sharepoint url, username, password, domain.

so can store information. when have data sp list, need use details user has configured

can please me.?

outlook stores data in hidden (associated) message in 1 of default folders. can see existing data in outlookspy - click imapifolder button, go "associated contents" tab.

outlook object model lets access data through mapifolder.getstorage - see

http://msdn.microsoft.com/en-us/library/microsoft.office.interop.outlook.mapifolder.getstorage(v=office.14).aspx


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -