Thank you all for your input.
itsumapathyk,
I tried exactly what you show on the link
www.dotnetspider.com/forum/101706-How-open-Outlook-Express-Window-ASP-NET-page.aspx
but when i run code on the server, i got error
Server Error in '/' Application.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Retrieving the COM
class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80040154. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80040154
-------------------------------
There are some suggestion that i need to register the outlook dll.... Then
I try to register the com dll by do the below on the SERVER
regsvr32 "C:\temp\Microsoft.Office.Interop.Outlook.dll"
but i get this error:
"C:\temp\Microsoft.Office.Interop.Outlook.dll was loaded, but the DllRegisterServer entry point was not found"
Does the server required to install the MS outlook?????
Thank you.