Board index » delphi » cant shut down outlook
mark
![]() Delphi Developer |
Mon, 28 Oct 2002 03:00:00 GMT
cant shut down outlook
Does anyone know why the following code doesnt shut down outlook. I
have an app that auotmatically starts up outlook, using this code Outlook.Connect; NmSpace := Outlook.GetNamespace('MAPI'); NmSpace.Logon('', '', False, False); Folder := NmSpace.GetDefaultFolder(olFolderInBox); this code is in the destroy event of my main form NmSpace.Logoff; Outlook.Quit; OutLook.Disconnect; after shutting down my app and pressing Ctrl+alt+delete, outlook is mark.whee...@independentenergy.co.uk * Sent from RemarQ http://www.remarq.com The Internet's Discussion Network * |