Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Add-ins for Outlook (http://www.outlookbanter.com/add-ins-outlook/)
-   -   detect if a mail is read in a public folder (http://www.outlookbanter.com/add-ins-outlook/97047-detect-if-mail-read-public.html)

Gudmundur November 15th 09 10:13 AM

detect if a mail is read in a public folder
 

Hi, I need to send alarms as emails to a public folder and I need to be
able to verify that the email has been read/opened after it has been
submitted to the public folder. There is a flag on a email message that
is called IsRead but that is user specific and will thus not help in
this case.

greatly appreciate any help rendered

Cheers
Gudmundur


--
Gudmundur
http://forums.slipstick.com


Sue Mosher [MVP][_4_] November 15th 09 04:25 PM

detect if a mail is read in a public folder
 
Use a custom form and put code in the item's Item_Read and/or Item_Open
event handler to put information in some custom field to give you the status
report you need.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Gudmundur" Gudmundur.41p3v3@invalid wrote in message
news:Gudmundur.41p3v3@invalid...

Hi, I need to send alarms as emails to a public folder and I need to be
able to verify that the email has been read/opened after it has been
submitted to the public folder. There is a flag on a email message that
is called IsRead but that is user specific and will thus not help in
this case.

greatly appreciate any help rendered

Cheers
Gudmundur


--
Gudmundur
http://forums.slipstick.com




Dmitry Streblechenko November 16th 09 04:30 PM

detect if a mail is read in a public folder
 
Or you can turn off per-user read/unread state for the PF store.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Sue Mosher [MVP]" wrote in message
...
Use a custom form and put code in the item's Item_Read and/or Item_Open
event handler to put information in some custom field to give you the
status report you need.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Gudmundur" Gudmundur.41p3v3@invalid wrote in message
news:Gudmundur.41p3v3@invalid...

Hi, I need to send alarms as emails to a public folder and I need to be
able to verify that the email has been read/opened after it has been
submitted to the public folder. There is a flag on a email message that
is called IsRead but that is user specific and will thus not help in
this case.

greatly appreciate any help rendered

Cheers
Gudmundur


--
Gudmundur
http://forums.slipstick.com






Gudmundur December 1st 09 09:20 PM

detect if a mail is read in a public folder
 

Gudmundur;97553 Wrote:
Hi, I need to send alarms as emails to a public folder and I need to be
able to verify that the email has been read/opened after it has been
submitted to the public folder. There is a flag on a email message that
is called IsRead but that is user specific and will thus not help in
this case.

greatly appreciate any help rendered

Cheers
Gudmundur


Hi and thanks for a prompt reply, I tried out your suggestion made a
custom form based on IPM.note but when I specified that
the public folder should use the form I got an error message. I can use
a custom form based on IPM.post ...but then the event handler
item_read() only kicks in when posting
and does nothing for emails opened in the public folder ....is there
anyway of making ipm.note custom form to work with public folder ? or if
not can a custom form assigned to a public
folder somehow target emails instead of posts ? item_read() targeting
emails instead of the posts in the public folder ..

I have tried disabling as well per user reads but that turns of user
reads for all items in the public folder, that is all items remain in
the unread state, no matter if they have been read or not

Really appreciate any help that can guide me in the right direction
here...

Cheers
Gudmundur


--
Gudmundur
http://forums.slipstick.com


Sue Mosher [MVP][_4_] December 1st 09 11:02 PM

detect if a mail is read in a public folder
 
Publish the form to the Organizational Forms library and use the custom form
to create the "alarms" (whatever that means).
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Gudmundur" Gudmundur.42jb7m@invalid wrote in message
news:Gudmundur.42jb7m@invalid...

Gudmundur;97553 Wrote:
Hi, I need to send alarms as emails to a public folder and I need to be
able to verify that the email has been read/opened after it has been
submitted to the public folder. There is a flag on a email message that
is called IsRead but that is user specific and will thus not help in
this case.

greatly appreciate any help rendered

Cheers
Gudmundur


Hi and thanks for a prompt reply, I tried out your suggestion made a
custom form based on IPM.note but when I specified that
the public folder should use the form I got an error message. I can use
a custom form based on IPM.post ...but then the event handler
item_read() only kicks in when posting
and does nothing for emails opened in the public folder ....is there
anyway of making ipm.note custom form to work with public folder ? or if
not can a custom form assigned to a public
folder somehow target emails instead of posts ? item_read() targeting
emails instead of the posts in the public folder ..

I have tried disabling as well per user reads but that turns of user
reads for all items in the public folder, that is all items remain in
the unread state, no matter if they have been read or not

Really appreciate any help that can guide me in the right direction
here...

Cheers
Gudmundur


--
Gudmundur
http://forums.slipstick.com




Gudmundur December 7th 09 02:35 PM

detect if a mail is read in a public folder
 

Gudmundur;97553 Wrote:
Hi, I need to send alarms as emails to a public folder and I need to be
able to verify that the email has been read/opened after it has been
submitted to the public folder. There is a flag on a email message that
is called IsRead but that is user specific and will thus not help in
this case.

greatly appreciate any help rendered

Cheers
Gudmundur


sfsfsdfsadfsdf


--
Gudmundur
http://forums.slipstick.com


Sue Mosher [MVP][_4_] December 7th 09 03:04 PM

detect if a mail is read in a public folder
 
Did you try what I suggested?

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Gudmundur" Gudmundur.42twgm@invalid wrote in message
news:Gudmundur.42twgm@invalid...

Gudmundur;97553 Wrote:
Hi, I need to send alarms as emails to a public folder and I need to be
able to verify that the email has been read/opened after it has been
submitted to the public folder. There is a flag on a email message that
is called IsRead but that is user specific and will thus not help in
this case.

greatly appreciate any help rendered

Cheers
Gudmundur


sfsfsdfsadfsdf


--
Gudmundur
http://forums.slipstick.com




Gudmundur December 7th 09 04:11 PM

detect if a mail is read in a public folder
 

'Sue Mosher [MVP Wrote:
;104455']Did you try what I suggested?

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Gudmundur" Gudmundur.42twgm@invalid wrote in message
news:Gudmundur.42twgm@invalid...

Gudmundur;97553 Wrote:
Hi, I need to send alarms as emails to a public folder and I need to

be
able to verify that the email has been read/opened after it has

been
submitted to the public folder. There is a flag on a email message

that
is called IsRead but that is user specific and will thus not help

in
this case.

greatly appreciate any help rendered

Cheers
Gudmundur


sfsfsdfsadfsdf


--
Gudmundur
http://forums.slipstick.com


Hi Sue, yes I did try what you suggested, but would it not be very slow
and tedious method for the operator responsible for posting the email to
30 public folders if he has to access a custom form 30 times that is for
every public folder, instead of being able to use a distribution group
that would contain the 30 public folders and send one email to all 30
public folders...?

With the custom form I can post into one public folder at a time and
everyting works fine when I do so...but it would take to long time to do
so 30 times for each public folder .....or am I missing something from
the picture ?


--
Gudmundur
http://forums.slipstick.com


Sue Mosher [MVP][_4_] December 7th 09 08:31 PM

detect if a mail is read in a public folder
 
Huh? I don't understand how that relates to the original objective of
verifying that an item in a folder has been read. Nothing about a custom
message form would prevent you from using a DL to send it to multiple public
folders.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54

"Gudmundur" Gudmundur.42u0uy@invalid wrote in message
news:Gudmundur.42u0uy@invalid...

Hi Sue, yes I did try what you suggested, but would it not be very slow
and tedious method for the operator responsible for posting the email to
30 public folders if he has to access a custom form 30 times that is for
every public folder, instead of being able to use a distribution group
that would contain the 30 public folders and send one email to all 30
public folders...?

With the custom form I can post into one public folder at a time and
everyting works fine when I do so...but it would take to long time to do
so 30 times for each public folder .....or am I missing something from
the picture ?




Gudmundur December 8th 09 01:49 PM

detect if a mail is read in a public folder
 

'Sue Mosher [MVP Wrote:
;104600']Huh? I don't understand how that relates to the original
objective of
verifying that an item in a folder has been read. Nothing about a
custom
message form would prevent you from using a DL to send it to multiple
public
folders.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54

"Gudmundur" Gudmundur.42u0uy@invalid wrote in message
news:Gudmundur.42u0uy@invalid...

Hi Sue, yes I did try what you suggested, but would it not be very

slow
and tedious method for the operator responsible for posting the email

to
30 public folders if he has to access a custom form 30 times that is

for
every public folder, instead of being able to use a distribution

group
that would contain the 30 public folders and send one email to all

30
public folders...?

With the custom form I can post into one public folder at a time and
everyting works fine when I do so...but it would take to long time to

do
so 30 times for each public folder .....or am I missing something

from
the picture ?


Hi Sue, if i post to the Public Folder with the custom form, and then
open the item I posted then the event Sub item_open() triggers.
On ther other hand if I use a DL to send an email to
the same Public Folder with the custom form, and then open the item I
emailed then the event Sub item_open() does unfortunately not trigger.

That is the heart of the matter

Cheers Gudmundur


--
Gudmundur
http://forums.slipstick.com



All times are GMT +1. The time now is 12:28 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com