Hi EveryOne, What i want to do is, As i recived the email from any sender in my email account, i want to create public folder on the name of sender`s email address and copy the email into their respective public folder. Is it possible to do, please help me out. Regards, Raheel Iqbal EggHeadCafe.com - .NET Developer Portal of Choice http://www.eggheadcafe.com
You should be able to do this with a Exchange Store event sink either a onsave or onsyncsave see the Exchange SDK for more detail which you can download from http://msdn.micorosoft.com/exchagne. The one thing to watch out for is that copying between stores or mailboxes is not supported in Exoledb so you may need to use something like CDO 1.2 to move the message between the mailbox and the public folder. Cheers Glen <Raheel> wrote in message news:200721984315riqbal@abacusoft.com... > Hi EveryOne, > > What i want to do is, As i recived the email from any sender in my email > account, i want to create public folder on the name of sender`s email > address and copy the email into their respective public folder. Is it > possible to do, please help me out. > > > Regards, > Raheel Iqbal > > EggHeadCafe.com - .NET Developer Portal of Choice > http://www.eggheadcafe.com