Outlook Interop COM Exception When Logged in as Windows Standard U

G

Guest

I'm creating Outlook messages using the Outlook Application object and
Redemption. When I'm logged in as a Windows Standard user, I'm getting
a COM exception when I retrieve the Drafts folder. This is what the
code looks like:

draftsFolder =
OutlookApp.Session.GetDefaultFolder(OlDefaultFolders.olFolderDrafts);


The error message is as follows: "Creating an instance of the COM
component with CLSID {006F03A-0000-0000-C000-000000000046} from the
ICLassFactory failed due to the following error: 80010108." Any ideas
on what's causing this and how to fix it? Thanks.
 
K

Ken Slovak - [MVP - Outlook]

I can't really, there are many possible causes and setups and I have no idea
what applies to your problem. I would just do a Google search on that error
number and explore the various reasons listed. There are quite a few reasons
that error might fire.
 

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