Link from personal mailfolder to a public mailfolder

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need a rule which operates as follows

When a mail arrives in a public folder I need to recive a link in the personal folder. When you push the link you will go direct into the public folder. If person deletes the mail and another person try to open the link which is sent into his mailbox a msg must appear and state that the mail is delete

If we have a mailbox called x and a mail arrives then x must sent a mail to all personal folders with only a link, not just forward the mail which just arrived only a link

Anyone ?

Thanks
 
Rules can't be applied to a public folder receiving a message. You'd
need to write either a server side script for that folder (or
synchronous event sink for Exchange 2000 or later) or a COM addin that
ran in Outlook and handled events such as ItemAdd for the Items
collection of that folder).




Zass said:
I need a rule which operates as follows :

When a mail arrives in a public folder I need to recive a link in
the personal folder. When you push the link you will go direct into
the public folder. If person deletes the mail and another person try
to open the link which is sent into his mailbox a msg must appear and
state that the mail is delete.
If we have a mailbox called x and a mail arrives then x must sent a
mail to all personal folders with only a link, not just forward the
mail which just arrived only a link.
 
Back
Top