Outlook Addin WebView

J

jiramot

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
 
K

Ken Slovak - [MVP - Outlook]

I think that would depend on the particular Web site and how it handles
persisting state and if and how it accepts cookies. You might want to post
this on a group that deals with IE or Web programming to get more
information.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top