Send Item Box

M

M. Scott

Hello,

i have made a public folder with an email-adress
[email protected]. If a User answers to a mail from this
folder the send message should not be saved in his
standard folder 'sent items', but in a sub folder
at my public folders.

Could someone please give me a hint???

THANKS

Happy Christmas

M. Scott
 
S

Sue Mosher [MVP-Outlook]

I can think of two approaches to implement such functionality:

1) A COM add-in, which would have to be installed on each user's machine.

2) A combination of a custom form and an Exchange event sink to convert all
items arriving in the public folder to that custom form.

#2 requires no modification on the user machines, but does require
permissions to bind an event sink on the folder.
 
Top