• Subject: Outlook Addin WebView
  • Author: jiramot
  • Date: 17 Jul
  • References:
Hi I am a newbie for deverlop c# and VSTO

now i am try to create MAPIFolder and set a properties


myFolder.WebViewOn = true;
myFolder.WebViewURL = "http://localhost:8080/testform/";


and i want to sent a cookie intro webrequest because that web site has a http BASIC authentication

the first time in ThisAddIn_Startup() i am send a HttpWebRequest and I receive a cookie from HttpWebResponse

when i click a myButton i want to access through the web (not want to see user password dialog again)
How can i do.
Thankyou
17 JulOutlook Addin WebView.jiramot
18 Jul\ Re: Outlook Addin WebView.Ken Slovak - [MVP - O...
All times are in (US) Eastern Daylight Time (GMT -4:00)