Thanks for your response :)
I found the solution its similar to your resolution .
I Copy the following DLLs from your Exchange 2003 server (Default location: C:\Program Files\ExchSrvr\Bin) to my local c:\windows\system32 directory.
address.dll escprint.dll exchmem.dll glblname.dll maildsmx.dll pttrace.dll After i can't register DLL with regsvr32 maildsmx.dll. because conflits of version ,i have a 64bit system .
However ,the properties of exchange its activate on Active directorie and on console management AD but not visible ;
For resolve this conflits of version Os ,you can use following command :
mmc /32 c:\dsa.msc
or mmc /32 c:\'Your mmc AD.msc' (if you create your mmc AD ).
this command execute mmc console with 32bit and you can see the exchange tabs in you mmc .
thanks :)