Hi, we've got an outlook 2003 com add-in developed in VS2005 in c#. We would like customize the OWA to have the same functions. How can we achive this please? We are thinking of maybe wrapping the com add-in to a web service and somehow call the web service from the OWA. Is this possible?
There is no supported way to modify OWA on 2003 http://support.microsoft.com/kb/327178 (this has started to change in Exchange 2007 SP1). You might want to have a read of the OWA customization whitepaper although this if for 2000 mostly its still relevant for 2003 http://www.microsoft.com/downloads/details.aspx?FamilyID=6532e454-073. One methods that I know you can use to change things like toolbar buttons is to modify the JavaScript files in the exchweb/controls directory which is the method the most people employ to do OWA customizations. Cheers Glen "Jinghui" wrote in message news:5BDFFCFA-8109-44D3-B6AD-0156AB195639@microsoft.com... > Hi, we've got an outlook 2003 com add-in developed in VS2005 in c#. We > would > like customize the OWA to have the same functions. How can we achive this > please? > > We are thinking of maybe wrapping the com add-in to a web service and > somehow call the web service from the OWA. Is this possible? > >