Outlook exit and cancel

  • Thread starter Thread starter semut
  • Start date Start date
S

semut

To catch the outlook exit and to cancel the exit if needed.

Is there a way to do it in OOM/Extended MAPI/CDO or COM addin.

I am aware exchange client extension could do it but that should be the last
resort.


thanks.
 
semut -

I'm using:
public void OnBeginShutdown(ref System.Array custom)
with VS.Net.

I'm not sure VS.Net if that is an option for you or not.

You can download and install the "main function" source code for the
PlugIn from www.TekGuard.com.


Posted by www.AndrewM.com [wwwAndrewMCom Post# 20050616]

Software Entrepreneurs, ISV's, Developers - Sell & Support your
programs with an 800# virtual auto-attendant:
www.VoiceInfo.com - <a href="http://www.VoiceInfo.com">
Virtual Office, Automated Phone Assistant, Web Access </a><br>

Developers, ISP's, Small Business Owners - Need a starting point for an
anti-spam email server, Outlook client, WebMail?
www.TekGuard.com - <a href="http://www.TekGuard.com">
Free Mail Server, Outlook PlugIn, WebMail, C# Source Code </a>
 
No. All the Outlook objects also are already out of scope at that point. Shutdown code needs to run when the last Explorer window closes.
 
Back
Top