V
vytheese
I am in process of showing customized view for the outlook specific outlook
folders.
( reference :: http://msdn.microsoft.com/en-us/library/aa479345.aspx )
I am using VSTO 3.0
I am programatically seting the following property for IMAPI folder.
WebURL = "C:\MyFolder\MyView.htm"
webview = true
In the web page I load the winform with the help of Object Tag.
In the web form I am loading some third party UI controls ( TFS workitem
form controls). Some of the controls in the thrid party UI is not redering
throwing "Target Invocation error ".
Also the Winform showing in the webbrowser is sharing the same App Domain of
my outlook loaded Addin. ( reference ::
http://msdn.microsoft.com/en-us/library/dd219576.aspx )
Since the winform is in web browser I guess It works in partial trust mode.
I don't know how to give a proper permission.
Thanks,
folders.
( reference :: http://msdn.microsoft.com/en-us/library/aa479345.aspx )
I am using VSTO 3.0
I am programatically seting the following property for IMAPI folder.
WebURL = "C:\MyFolder\MyView.htm"
webview = true
In the web page I load the winform with the help of Object Tag.
In the web form I am loading some third party UI controls ( TFS workitem
form controls). Some of the controls in the thrid party UI is not redering
throwing "Target Invocation error ".
Also the Winform showing in the webbrowser is sharing the same App Domain of
my outlook loaded Addin. ( reference ::
http://msdn.microsoft.com/en-us/library/dd219576.aspx )
Since the winform is in web browser I guess It works in partial trust mode.
I don't know how to give a proper permission.
Thanks,