Re: Capturing Outlook Forms Events

  • Thread starter Thread starter Sue Mosher [MVP]
  • Start date Start date
Status
Not open for further replies.
S

Sue Mosher [MVP]

Rereading your posts (which wasn't easy to do -- please quote the relevant

portion of previous posts to keep the conversation in one place), I have to

wonder whether you originally were thinking about implementing this as a

custom form project by having the server change the value of the

MessageClass property for certain items. I wouldn't recommend that, because

unless your server is set to strip TNEF content from outgoing messages,

using a custom message class will cause problems with attachments on any of

these messages that are forwarded to non-Outlook recipients. If that's not

an issue, the relevant events are Read and Open and can be inserted into the

VBScript editor with the Script | Event Handler command.

However, that still doesn't address the issue of what's going to happen to

the original message content, which you said you wanted to preserve.

Sue Mosher

"Sue Mosher [MVP]" <suemvp@turtleflock.com> wrote in message news:...
> Forms published to the Organizational Forms library run VBScript code, not
> VBA code, and would not provide a solution for your scenario.

> These articles on Outlook events include VBA code samples and are also
> available in VBA Help on your machine:

> http://msdn.microsoft.com/en-us/library/bb147654.aspx -
> Explorer.SelectionChange
> http://msdn.microsoft.com/en-us/library/bb147644.aspx -
> Inspectors.NewInspector

> Still looking for an answer to my question about what you plan to do with
> the original message's content if you replace all the fields with data
> from some other source.




> "Duke2" <Duke2> wrote in message
> news:526832FB-2545-42AD-A465-9362D948A631@microsoft.com...
> >I thought by publishing into Organizational Forms Library, I can easily
> > distribute these macros to the users. But after looking at your post, I'm
> > bit
> > worried.
>

>> my intention is not to show the message's original contents if it
> > qualifies
> > my criteria (as I described before). I've also modified OWA premium pages
> > to
> > do the same thing. OWA part is prety much complete, but it appears that
> > without installing anything on client's machine, I wont be able to do the
> > same thing with Outlook.
>

>> If we forget the distribution difficulty for a minute and think this only
> > needs to work on a single Outlook instance, how can I capture the events
> > and
> > call a macro? Can you show me an example of this?
>

>> Thanks
> > Duke
>

>
>
>>


>
 
I think my lack of knowledge on the subject is creating confusion.

My requirement is to detect emals that have a set of keywords. When such

messages are detected by the service I wrote that runs on Exchange Server, it

adds a record into the database (that's also stored on Exchange server

machine). This flagging process takes place immediately when a message is

received by Exchange Server.

Then I want to avoid users from seeing such flagged message contents, by

runnig a check at the time of loading the message. Every message selection

event should triger a database check against the message's ID and if it's a

marked message, I want to prevent the user from seeing the contents and show

a generic message such as "This message is under auditor's review and will be

available later.". The same thing is done by OWA customization so that OWA

users wont see the contents either.

With the amount of knowledge I had on the subject, I assumed by creating a

new IPM.Notes form which runs the necessary checking and replacement

operations as a set of macros, and then publishing these forms into

Organizational Forms Library I'll be able to achieve my requirement. However

from the information I got from you I'm in doubt whether my approach is

correct. If I can avoid installing anything on users' machines and still do

what I want, it'll be great.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
D Capturing Outlook Forms Events Outlook VBA and Custom Forms 21
A Capturing Send Variables without using Application_ItemSend in ThisOutlookSession Outlook VBA and Custom Forms 8
J Capturing forward event when multiple items are selected Using Outlook 0
D Capturing Data from a form into excel Outlook VBA and Custom Forms 1
B Capturing form data Outlook VBA and Custom Forms 1
G Outlook 2021 (New) doesn't respect default browser Using Outlook 0
B Outlook or iPhone turning tabs into spaces in Outlook Notes Using Outlook 1
P newly installed Office 365 includes OLD Outlook Using Outlook 6
R Outlook ribbon menu default? Using Outlook 7
H Spam email in Gmail not visible in Outlook Using Outlook 3
J How to transfer Win 10 Outlook to new Windows 11 pc? Using Outlook 9
J Renegade spam URL line displayed in old local Outlook 365 email title Using Outlook 3
G Reduce whitespace in Outlook desktop Contact Cards display Using Outlook 3
C Outlook classic via 365 Using Outlook 2
Dr. Demento Analogous Outlook code to read info into an array (or collection or whatever) Outlook VBA and Custom Forms 7
S Repair Outlook Using Outlook 8
V Outlook Form ListBox is not editable Outlook VBA and Custom Forms 2
F Outlook's contacts Using Outlook 1
D Outlook 2003 stopped dead Using Outlook 2
G Cannot receive emails from gmail account in Outlook 365 Using Outlook 1
E "Cannot display the folder. MS Outlook cannot access the specified file location" Using Outlook 8
P Outlook 2016 Working Offline Using Outlook 2
Rupert Dragwater Cannot reestablish gmail (email address) account in Outlook 365 Using Outlook 11
O Outlook 365 synchronisieren Exchange Server Administration 1
kburrows Outlook Classic - JPG files are corrupted when opened or saved Using Outlook 3
F Sync Outlook Calendar Using Outlook 0
G Change default font size in sticky notes - Outlook Desktop 2021 Using Outlook 2
C VBA in "New Outlook?" Using Outlook 0
D New Outlook with Business Basic Plans Using Outlook 0
D Outlook 2021 not working with Outlook 2003 installed Using Outlook 5
D Outlook 2003 stopped working - get they dialog box asking for username & Password Using Outlook 2
T Outlook 2021 hangs in close on taskbar occasionally Using Outlook 1
M Duplicate removal feature in Outlook 2021 is faulty Using Outlook 2
D.Moore Outlook COM addins source folder Using Outlook 12
P Removing Outlook 365 Account from Send/Receive Using Outlook 3
kburrows Outlook Automatically Merging Contacts Using Outlook 2
A Outlook 2016 Outlook 2016 vs. New Outlook Using Outlook 4
D Outlook Desktop App Email Software Using Outlook 0
efire9207 VBA Outlook Contacts Outlook VBA and Custom Forms 6
M Outlook not logging in to server Using Outlook 0
J Outlook macro to run before email is being send Outlook VBA and Custom Forms 3
R Outlook 2021 change view Using Outlook 2
K Outlook font corrupted in some point sizes, resets on close/open Using Outlook 2
J Is the Windows Outlook Tasks module really going to be gone? Using Outlook 6
F Outlook 2010 and Hotmail Using Outlook 1
A Outlook 2021 needs 'enter' for people search Using Outlook 2
HarvMan Outlook 365 Inbox Font Using Outlook 8
Retired Geek Outlook on MAC delete duplicate Sent emails Using Outlook 0
S New Outlook - IMAP ISSUES and support for addins? Using Outlook 1
C outlook.com fonts Using Outlook 2

Similar threads

Back
Top