Issue with detecting changes in a folder. Outlook 2003.

  • Thread starter Thread starter Enrique
  • Start date Start date
E

Enrique

Hi again,

i'd like to know your ideas about this issue:

On a folder of a shared mailbox some delegates move emails. It's desired
that only certain mails under specific criterion will be move to the folder.
If a delegate tries to move to the folder the wrong email, i'd like him to be
informed that the operation is not valid.

At the beginnig I thought of the ItemAdd event for the folder but the big
question for me is what happen if all the delegates are controlling this
event. If a delegate makes the wrong operation all delegates will catch the
event !!?? And for example all of them will be prompted with an Msgbox. Of
course i'd like that only the delegate who performs this moving get the
msgbox or whatever actions..

So, i don't know how to deal with this issue.. Any orientation???

Thank you in advance.
 
Hello Michael,

Yes, they drag from a folder of the same shared mailbox or maybe another
folder of another shared mailbox but all of them are public.

Regards.
 
See if you can find the user's name in the PR_LAST_MODIFIER_NAME or
PR_CREATOR_NAME property. Outlook 2003 doesn't give you access to that
property, but you can use CDO 1.21 or Redemption (www.dimastr.com).

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Thu, 20 Aug 2009 02:48:08 -0700 schrieb Enrique:
 
Back
Top