My application was able to send email through Outlook using these
instructions:
set out=CreateObject("Outlook.Application")
set mapi=out.GetNameSpace("MAPI")
Now, after reinstalling my O.S., the program doesn't work anymore, I always
obtain this error:
"ActiveX component couldn't create object "outlook.application" "
What's going on?!?
Ken Slovak - [MVP - Outlook] - 17 Feb 2005 16:58 GMT
Try reinstalling Outlook or running Detect and Repair on it.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> My application was able to send email through Outlook using these
> instructions:
[quoted text clipped - 9 lines]
>
> What's going on?!?