Re: Force user to use outlook and custom organizational form

From: hint (legend_hint_at_yahoo.com)
Date: 02/26/04


Date: 25 Feb 2004 22:48:47 -0800

Hello,

  Our client has decided that we should not use custom forms (because
of the winmail.dat problem), so my only option now is com Addin. :(
  
  I done the following:

1. trap the selectionChange event of the explorer and hook their read
events if item class is olMail. (using item wrapper)
2. trap the new_inspector event and hook the currentitem's read event.

  The first part is to handle cases where user will click on reply,
reply to all directly without opening them first.
  
  However, I cannot assign explorer.selection.item(1) to an
Outlook.MailItem if it is an encrypted mail, and thus I cannot trap
it's events.
  
  Any ideas? I've also posted the same question to
outlook.development.addin group, but no answer yet :(

Again, thanks for all your help.

Regards,
Zhen



Relevant Pages

  • Re: Upload a File to a Web Server and error handling
    ... You should be able to trap the error in the Application_Error event handler ... Take a look at the following article for how to create custom ... Brian ... Microsoft Developer Support ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Error on using Toolbar (no active document window)
    ... My problem was getting access to the AddIn to enable me to trap the error. ... When you click any button that opens a ... >>> Steve Rindsberg, PPT MVP ...
    (microsoft.public.powerpoint)
  • RE: Trap a build start event from designer
    ... My custom control is a grid, it is possible to type value into a grid cell ... better to trap a build start event to save value typed into the last cell. ... Microsoft Online Community Support ...
    (microsoft.public.dotnet.framework.windowsforms.designtime)
  • Re: Hooking Keyboard
    ... I thought it was ok to use it to trap keys. ... My service loads the DLL uses LoadLibrary and then gets the InstallHook ... It sets the hook properly. ... closing down the hook procedure in your main app does not gurantee ...
    (microsoft.public.vc.language)
  • Re: How to catch error 401 access denied and redirect to custom error page ?
    ... I want to trap the 401 access denied ... Moreover, if you may access the IIS, you ... might try to use custom 401. ...
    (microsoft.public.dotnet.framework.aspnet)

Loading