My program is only used in two schools, and all it needs to do is to send an email to a user to inform them that their call that they had logged or has been updated,
It is inconvenient for me to keep clicking yes, and yes all the time, Microsoft should have an option to turn it off; I know it's a security matter. There is an option in Outlook Express so why not in Outlook? By the way "ClickYes" it works a treat Thanks again Steve -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Glenn B. Lawler Sent: 30 September 2005 17:58 To: '[email protected]' Subject: RE: [delphi-en] Emails Settings > 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 ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/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/

