Hi,
I am facing problems with my code which is using the "OutlookAPI.dll","OfficeAPI.dll" and "NetOffice.dll" for working with my application using Outlook. THE REASON I AM USING NETOFFICE IS FOR BACKWARD COMPATIBILITY WITH DIFFERENT VERSIONS OF OUTLOOK.
I am currently using the below code
__Outlook.Application Outlook = Outlook.Application Outlook = null;
which doesnt compile after referencing the above dll's.
My app was earlier using the "Microsoft.Office.Interop.Outlook.dll".
Kindly help as I need to get this fixed as this earliest
Regards
Gurudatt
I am facing problems with my code which is using the "OutlookAPI.dll","OfficeAPI.dll" and "NetOffice.dll" for working with my application using Outlook. THE REASON I AM USING NETOFFICE IS FOR BACKWARD COMPATIBILITY WITH DIFFERENT VERSIONS OF OUTLOOK.
I am currently using the below code
__Outlook.Application Outlook = Outlook.Application Outlook = null;
which doesnt compile after referencing the above dll's.
My app was earlier using the "Microsoft.Office.Interop.Outlook.dll".
Kindly help as I need to get this fixed as this earliest
Regards
Gurudatt