Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Out of thread question about Outlook COM iterop

Reply
Thread Tools

Out of thread question about Outlook COM iterop

 
 
chak
Guest
Posts: n/a
 
      11-02-2003
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:



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Outlook Express to Outlook question VanguardLH Computer Information 0 03-21-2012 10:50 PM
Re: Outlook Express to Outlook question Paul Computer Information 0 03-21-2012 05:04 PM
Terminating a thread from the main thread Charles A. Lackman ASP .Net 3 12-09-2004 02:12 PM
PyNew_Interpreter(): "Fatal Python error, invalid thread state for this thread" question vincent wehren Python 0 12-11-2003 08:09 PM
Outlook and Outlook Express question martin Computer Support 2 07-21-2003 11:25 AM



Advertisments
 



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