Some way to capture who marks an email as read

Status
Not open for further replies.
T

TWlrZXltb24tc2NvdA

I I run a service desk and we have a large number of mailboxes. Generally the

guys work along the lines - if a mail is unread it is to be actioned - if

it's read someone is doing it. I have an issue where there is a small number

of peope who mark emails as read but do nothing with them. What I'd like to

be able to do is get some kind of vb that i can use to keep track of who is

marking what as read. I can't use read recpiepts as the mails come from a

large number of internal and exteral sources. I'm pretty comforable with vb

in excel but know little about outlook. If someone could give me some ideas /

pointers on how I could do this / is it possible or even a little code to

start me off I could probably go from there.

If required, which I'm guessing it probably would be, I could have each of

the guys import any code and save it as a VBA project in thier own outlook

sessions.

Thanks in advance
 
Distributing a VBA macro isn't really an optimal way to deploy code, a COM

addin is much better. See http://www.outlookcode.com/article.aspx?id=28 for

an explanation.

The PR_LAST_MODIFIER_NAME (0x3FFA001E) property isn't exposed in the Outlook

object model at all. For Outlook 2007 you can get the mail item's

PropertyAccessor object and use the DASL property tag (a string tag, not a

URL): "http://schemas.microsoft.com/mapi/proptag/0x3FFA001E" to get who last

modified an item. That doesn't tell you who marked it as read, unless that

was the last modification done on the item. Who marked something as read is

not stored as a value at all.

For versions of Outlook earlier than 2007 you would have to use a lower

level API to access that property, such as CDO 1.21 or Redemption

(www.dimastr.com/redemption).

For general information on programming Outlook look at www.outlookcode.com

"Mikeymon-scot" <Mikeymon-scot> wrote in message

news:3FD9DDB0-1535-4AB2-A2D7-86EC54D10D32@microsoft.com...
> I I run a service desk and we have a large number of mailboxes. Generally
> the
> guys work along the lines - if a mail is unread it is to be actioned - if
> it's read someone is doing it. I have an issue where there is a small
> number
> of peope who mark emails as read but do nothing with them. What I'd like
> to
> be able to do is get some kind of vb that i can use to keep track of who
> is
> marking what as read. I can't use read recpiepts as the mails come from a
> large number of internal and exteral sources. I'm pretty comforable with
> vb
> in excel but know little about outlook. If someone could give me some
> ideas /
> pointers on how I could do this / is it possible or even a little code to
> start me off I could probably go from there.

> If required, which I'm guessing it probably would be, I could have each of
> the guys import any code and save it as a VBA project in thier own outlook
> sessions.

> Thanks in advance
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
L Capture email addresses and create a comma separated list Outlook VBA and Custom Forms 5
R Capture Sender's Display name and Address Outlook VBA and Custom Forms 3
M Using field names to capture a data element Using Outlook 0
I Capture incoming emails Outlook VBA and Custom Forms 1
A Capture network traffic in IE to file Outlook VBA and Custom Forms 5
JorgeDario How to capture and save the text, when responding a MailItem? Outlook VBA and Custom Forms 3
G Capture "forward event" ? Outlook VBA and Custom Forms 11
J VBA Form in Outlook to capture data and complile a mail Outlook VBA and Custom Forms 2
A how to capture events for next item Outlook VBA and Custom Forms 10
B Capture Inbound E-mail Subject with VBA Outlook VBA and Custom Forms 4
R How to capture a Mailitem Event Outlook VBA and Custom Forms 3
A how to capture outlook 2007 events Outlook VBA and Custom Forms 4
C Event Capture - Item Context Menu (Delete). Can you hook it? Outlook VBA and Custom Forms 1
G Question marks in messages Using Outlook 2
I 'quote marks' around email name Using Outlook 1
N How to disable shortcuts for Pilcrow in Outlook (Show or hide paragraph marks) Using Outlook 0
R Reply marks read message as unread Using Outlook 1
T Outlook 2013 either fails to mark messages as read or marks them as read, then un-marks them. Using Outlook 1
JR Ryan Outlook marks all as "Read" issue Exchange Server Administration 2
M Ye Olde 'Single Quote Marks' Issue Using Outlook 3
P Email address auto-completes work fine on laptop, but no longer on desktop Using Outlook 2
S Create Outlook Task from Template and append Body with Email Body Outlook VBA and Custom Forms 4
H Copying email address(es) in body of email and pasting in To field Outlook VBA and Custom Forms 1
A Search folder and move the email Outlook VBA and Custom Forms 0
P VBA to add email address to Outlook 365 rule Outlook VBA and Custom Forms 0
farrissf Outlook 2016 Optimizing Email Searches in Outlook 2016: Seeking Insights on Quick Search vs Advanced Search Features Using Outlook 0
D Delete selected text in outgoing email body Outlook VBA and Custom Forms 0
F Graphics in email / Mac recipient garbled Using Outlook 0
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 2
Witzker Outlook 2019 Macro to seach in all contact Folders for marked Email Adress Outlook VBA and Custom Forms 1
E Outlook 365 Save Selected Email Message as .msg File - oMail.Delete not working when SEARCH Outlook VBA and Custom Forms 0
S Email Macros to go to a SHARED Outlook mailbox Draft folder...NOT my personal Outlook Draft folder Using Outlook 2
R Outlook 365 VBA AUTO SEND WITH DELAY FOR EACH EMAIL Outlook VBA and Custom Forms 0
G Print email attachments when hit subfolder Outlook VBA and Custom Forms 1
C Spam Email? Using Outlook 2
G Automatically delete email when a condition is met Outlook VBA and Custom Forms 1
E Save Selected Email Message as .msg File - digitally sign email doesn't works Outlook VBA and Custom Forms 1
S Email was migrated from GoDaddy to Microsoft exchange. We lost IMAP ability Exchange Server Administration 1
R Outlook 365 How to integrate a third-party app with Outlook to track email and sms? Using Outlook 2
S Paperclip icon shows without attachment in email under Sent folder Using Outlook 0
B Outlook 2019 Automatically move email after assigning category Using Outlook 4
Rupert Dragwater How to permanently remove an email address Using Outlook 9
K vba code to auto download email into a specific folder in local hard disk as and when any new email arrives in Inbox/subfolder Outlook VBA and Custom Forms 0
F Auto changing email subject line in bulk Using Outlook 2
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
J Outlook 365 Outlook Macro to Sort emails by column "Received" to view the latest email received Outlook VBA and Custom Forms 0
A Outlook 2019 Help with forwarding email without mentioning the previous email sender. Outlook VBA and Custom Forms 0
J Macro to send email as alias Outlook VBA and Custom Forms 0
M Shift Delete doesn't delete email from server Using Outlook 3

Similar threads

Back
Top