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.
|
|