Hi,
with 8.5 SP3, the Worksite-Office-AddIn has been completely rewritten in .NET. When I try to interact in an own addin with the iManageExtensibility, this doesn't work, like in the versions before, e.g.
...
object addInName = (object)"WorkSiteOffice2007Addins.Connect";
Com.iManage.WorkSiteAddinInterfaces.iManageExtensibility objIManageExtensibility = (Com.iManage.WorkSiteAddinInterfaces.iManageExtensibility)this.Application.COMAddIns.Item(ref addInName).Object;
...
fails, because the typecast in the second line is not valid anymore.
How can I do that in 8.5 SP3? Where can I find a documentation of the new interface of 8.5 SP3?
Thanks and best regards,
Bjoern