Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Outlook Newsgroups
Outlook Program Forms
Integrating Outlook into C# application(.Net2.0)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Ken Slovak - [MVP - Outlook], post: 4838218"] Quit will force Outlook to quit unless something is holding it open, such as unreleased Outlook derived objects that you have in your code or another application such as synch software is keeping Outlook open. In managed code you not only have to release your objects by setting them to null but you also probably should call Marshal.ReleaseComObject on each one plus then call the GC to collect all objects and wait for finalization. Do you get the logon prompt selecting that other profile from the UI? [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Outlook Newsgroups
Outlook Program Forms
Integrating Outlook into C# application(.Net2.0)
Top