Synchonize Mailbox with a other mailbox with eventsink

M

mformann

Hello,

i would like to ask, if anyone have a solution - with a thirdparty programm
or a selfwriten Eventsink, to synconize one Exchange Onlinemailbox with a
other Exchange Onlinemailbox.
Our envirement is Exchange 2003 /Sp1 with outlook 2003 / Sp1 on Windows XP
and Windows 2003 Server Sp1

Can anyone give me an hint? I don't can programming in VB, so iwould like to
inform me.

Thanks for any answere
 
E

Eric Legault [MVP - Outlook]

This is definitely possible. However, if you have no experience writing
Exchange event sinks, this can be a daunting task at first. The best I can
do is point you to the following resources to help get you started:

For the complete programming reference:

Microsoft Exchange Server 2003 Software Development Kit:
http://msdn.microsoft.com/library/en-us/e2k3/e2k3/e2k3_welcome_to_exchange.asp?frame=true

For a wizard to help you start writing the sink with Visual Basic 6:

Download details: Exchange SDK Development Tools:
http://www.microsoft.com/downloads/...4-C209-4A73-AC5D-FF2A4A3B48B7&displaylang=en

For the code to actually copy the items between mailboxes:

Moving/Copying Using ADO:
http://msdn.microsoft.com/library/en-us/e2k3/e2k3/_clb_moving_copying_using_ado_vb.asp?frame=true

And if you need additional help, post your question to this forum:

microsoft.public.exchange2000.development
 
Top