Results 1 to 2 of 2

Thread: .NET adn outlook 2000

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2005
    Posts
    258

    .NET adn outlook 2000

    If I open outlook manually and my program captures it in a GetObject then pops a .Quit function, it will close. If I open Outlook in code, then use .Quit, the explorer quits but Outlook stays open and I have to kill it through the Task Manager. Any ideas why this may be?

  2. #2
    Fanatic Member
    Join Date
    May 2003
    Posts
    758

    Re: .NET adn outlook 2000

    Outlook and most of the other Office apps are very picky about being cleaned up. Make sure that you destroy and set all of the Outlook objects that you created equal to Nothing.

    If that doesn't work, post your code here so that we can get a better feel for how you are creating your objects, etc.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width