Sue Mosher [MVP-Outlook] wrote:
The key would be using the MAPIFolder.Items.ItemAdd event (well documented in Outlook Help and in many samples on the Internet) to detect the arrival of the item in the folder. Note, however, that the event would fire for all users running such an addin, not just for the user moving the item into the folder.
For more information on constructing COM add-ins, including samples, see http://www.outlookcode.com/d/comaddins.htm
Ookay, that looks nice! Thnx for reply!
And one more question

I have no MS Exchange server running and have Extended MAPI/OL2003.
And VC++ knowledge ))))
So, can i set permissions to users that will restrict access to
specific folders for specific users (or their groups) without Exchange
server? Maybe i need just read/ can't read permission or even
visible/invisible...