Read Emails on Exchange server without OL client

  • Thread starter Thread starter Bryan Dickerson
  • Start date Start date
Ooops.

No I didn't have a .connect() method.

When I add it, it goes back to the COMException error.

I'll follow what you recommended in your other post about adding the COM
object.

The thread '<No Name>' (0xcc) has exited with code 0 (0x0).
'readExchange1.exe': Loaded
'c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll',
No symbols loaded.
System.Runtime.InteropServices.COMException (0x80040154): Class not
registered
at System.Management.ThreadDispatch.Start()
at System.Management.ManagementScope.Initialize()
at System.Management.ManagementScope.Connect()
at readExchange1.Class1.Main(String[] args) in c:\documents and
settings\jbailo\my documents\visual studio
projects\readexchange1\class1.cs:line 36
 
I would like to get back to this.

Ok, I'm looking at the component services browser on my server. What
category should I look in, and for what COM object?
 
on both the server adn the client Select Component Services/Computers/My
Computer. Right click on "My Computer" and under COM Security Edit the
defaults under Access and Launch and Activation Permissions to make sure
your account has full permissions to perform these actions.
 
Back
Top