Re: Capturing Outlook Forms Events

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
>

>
>
>>


>
 
D

Duke2

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
Rupert Dragwater Background colors not saving in Outlook 365 Using Outlook 6
petunia Outlook tasks module sunsetting? Exchange Server Administration 3
G Save emails as msg file from Outlook Web AddIn (Office JS) Outlook VBA and Custom Forms 1
D Outlook VBA forward the selected email to the original sender’s email ID (including the email used in TO, CC Field) from the email chain Outlook VBA and Custom Forms 3
U Outlook 2021 not showing contact cards in Searches Using Outlook 2
C Outlook - Macro to block senders domain - Macro Fix Outlook VBA and Custom Forms 2
H Outlook 365 O365 outlook calendar item editing Using Outlook 1
J Outlook 365 html inline images Using Outlook 1
Rupert Dragwater How to get Outlook 365 to open from websites Using Outlook 5
S Why do I have to close and reopen Outlook for macros to work? Outlook VBA and Custom Forms 2
J Outlook 2021 ScanPST errors (yet again ... sorry): repair button missing Outlook 2021 Using Outlook 0
HarvMan Outlook 365 - Rule to Move an Incoming Message to Another Folder Using Outlook 4
K Moved pst to new computer, now Gmail not coming into Outlook Using Outlook 7
S Email Macros to go to a SHARED Outlook mailbox Draft folder...NOT my personal Outlook Draft folder Using Outlook 2
F Running Scripts in Outlook 2021 Using Outlook 0
Nufc1980 Outlook "Please treat this as private label" auto added to some emails - Help. Using Outlook 3
S Outlook 2019 Custom outlook Add-in using Visual Studio Outlook VBA and Custom Forms 0
V Outlook macros no longer run until VB editor is opened Outlook VBA and Custom Forms 0
R Outlook 365 How to integrate a third-party app with Outlook to track email and sms? Using Outlook 2
e_a_g_l_e_p_i I can't believe what I am seeing when trying to install Outlook 2021 Using Outlook 9
Kika Melo Outlook Calendar deleted appointments not in Deleted Items folder Using Outlook 3
P How to get a QR code for automatic signin with Outlook for iOS Using Outlook 5
J Migrating Outlook Using Outlook 1
Retired Geek Outlook for the MAC with Yahoo accounts now very broken Using Outlook 9
S Outlook 2002- "Send" button has disappeared. Help please. Using Outlook 1
L How Stop Outlook Nag Messages Using Outlook 1
TomHuckstep Remove Send/Receive All Folders (IMAP/POP) button from Outlook 365 Ribbon Using Outlook 1
L I Cannot Sign Into My Outlook Account? Outlook VBA and Custom Forms 0
icacream Outlook 2021 - Google calendar in the peek Using Outlook 0
e_a_g_l_e_p_i Question about installing my Gmail account on my iPhone but still getting messages downloaded to my desktop Outlook. Using Outlook 3
F Want to add second email to Outlook for business use Using Outlook 4
kburrows Outlook Email Body Text Disappears/Overlaps, Folders Switch Around when You Hover, Excel Opens Randomly and Runs in the Background - Profile Corrupt? Using Outlook 0
M using excel to sort outlook appointment items Outlook VBA and Custom Forms 4
e_a_g_l_e_p_i MY Outlook 2021 changed the format of the shortcuts for mail, calendar etc. Using Outlook 10
Z Outlook 2021 Outlook new emails notification not working Using Outlook 4
K Changing the Deleted Items location in Outlook 2019 Using Outlook 2
J Outlook 365 Outlook Macro to Sort emails by column "Received" to view the latest email received Outlook VBA and Custom Forms 0
V How to use Comas in a picklist in Outlook forms Outlook VBA and Custom Forms 3
e_a_g_l_e_p_i Question about reinstalling Outlook 2021 Using Outlook 5
A Outlook 365 Outlook (part of 365) now working offline - argh Using Outlook 5
M Outlook Macro to save as Email with a file name format : Date_Timestamp_Sender initial_Email subject Outlook VBA and Custom Forms 0
G LinkedIn tab missing in Outlook 365 (but working in OWA) Using Outlook 0
Jay Freedman Outlook forgets "not junk" marking Using Outlook 0
KurtLass Opening Graphics Attachments in Outlook 2021 Using Outlook 0
P now on office 365 but getting error messages about missing Outlook 2013 cache folders Using Outlook 2

Similar threads

Top