Re: Force user to use outlook and custom organizational form
From: hint (legend_hint_at_yahoo.com)
Date: 02/26/04
- Next message: Tvrtko Begovic: "Event system problem (Exchange 2003)"
- Previous message: Dave Mills [MVP]: "Re: Wanting to contact Exchange Dev Team"
- In reply to: Ken Slovak - [MVP - Outlook]: "Re: Force user to use outlook and custom organizational form"
- Next in thread: Ken Slovak - [MVP - Outlook]: "Re: Force user to use outlook and custom organizational form"
- Reply: Ken Slovak - [MVP - Outlook]: "Re: Force user to use outlook and custom organizational form"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Tvrtko Begovic: "Event system problem (Exchange 2003)"
- Previous message: Dave Mills [MVP]: "Re: Wanting to contact Exchange Dev Team"
- In reply to: Ken Slovak - [MVP - Outlook]: "Re: Force user to use outlook and custom organizational form"
- Next in thread: Ken Slovak - [MVP - Outlook]: "Re: Force user to use outlook and custom organizational form"
- Reply: Ken Slovak - [MVP - Outlook]: "Re: Force user to use outlook and custom organizational form"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|