Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Security (http://www.velocityreviews.com/forums/f62-asp-net-security.html)
-   -   Out of thread question about Outlook COM iterop (http://www.velocityreviews.com/forums/t765306-out-of-thread-question-about-outlook-com-iterop.html)

chak 11-02-2003 02:30 AM

Out of thread question about Outlook COM iterop
 
Hello,

This may be OT, but who knows ?

I am trying to access the local PC's Outlook folder , but get this 'Server
execution failed" error. Any hint where the error is ?

Thanks.



Server execution failed
Description: An unhandled exception occurred during the execution of the
current web request.

Please review the stack trace for more information about the error and where
it originated in the

code.

Exception Details: System.Runtime.InteropServices.COMException: Server
execution failed

Source Error:


Line 21: {
Line 22: // Put user code to initialize the page here
Line 23: Outlook.Application objOutlook = new Outlook.ApplicationClass();
Line 24: Outlook.NameSpace objNS = objOutlook.GetNamespace("MAPI");
Line 25:





All times are GMT. The time now is 08:46 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57