> Remember that not everyone uses or has Outlook. I use Thunderbird, but > if you try doing Outlook COM automation from your application on my > system, it will be stopped by the fact that I've never run Outlook on > this system even though it is installed. The first time Outlook is run > by a user, it enters a special wizard configuration mode. Cancelling > that causes any COM-automation objects to be cancelled as well.
That is off the topic. His original question was how to send e-mail automatically through Outlook from his application. Outlook, configured to send e-mail, was part of the original spec. Further, when you write a MAPI program, it uses the MAPI API to connect to the MAPI service. I don't believe it uses any automation (COM or OLE) to cause Outlook to send the e-mail. If your program creates its own MAPI session, Outlook does not even need to be running. Outlook itself is a MAPI application and calls the MAPI API to send and receive e-mail. In fact, many e-mail clients on the market, like Lotus Notes, claim to be MAPI compliant and a MAPI program should work with any MAPI compliant client. Glenn Lawler ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/i7folB/TM --------------------------------------------------------------------~-> ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

