Outlook Interop COM Exception When Logged in as Windows Standard U

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
Back
Top