Illusion Posted April 8, 2005 Posted April 8, 2005 Hi, I was wondering if some kind soul could see fit to helping me with my little problem... I am trying to use Outlooks feature of sending mail.. and it is not working, I have copied code and even downloaded code from other websites about doing all fancy things with it, yet it will not work. It will always crash on this line: Dim ol As New Outlook.Application() and say file not found! I have included all different references to try and get it to work.. but I might be choosing the wrong ones.. I have added: MAPI Microsoft.Office.Core Office Outlook I don't see anyother references which stand out for it. I am about this close '----' to smashing my monitor :mad: so any help would be kindly appreciated! :) Thanks Dan. Quote
herilane Posted April 11, 2005 Posted April 11, 2005 To me, a "File not found" doesn't sound like a sign that you're missing a reference. Sounds more like the Outlook installation might be faulty. Have you tried on a different computer? Quote
Administrators PlausiblyDamp Posted April 11, 2005 Administrators Posted April 11, 2005 This might also indicate a permissions problem - does the ASPNET account have access to launch Outlook? Also the aspnet account might not have permissions to the Exchange Information Store. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Illusion Posted April 12, 2005 Author Posted April 12, 2005 Hi, I tried on a different computer and it worked fine, but not on this computer. I noticed though, I have basic office and the other computer has full office, would this make a difference? @PlausiblyDamp: its not an ASP.NET program, so I wouldn't think I would need it. Would I?? Thanks Daniel. Quote
Administrators PlausiblyDamp Posted April 12, 2005 Administrators Posted April 12, 2005 Sorry, I was getting this thread confused with a different one :confused: If you do not have the relevant parts of Outlook installed as part of your office installation that would cause these problems however. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts