Where did the communicator API go with Lync 2013 for VBA? -


prior lync 2013, there reference use connecting lync/communicator vba:

microsoft office communicator 2007 api type library

this allowed write code such as:

dim msgr communicatorapi.messenger dim msg communicatorapi.imessengerconversationwndadvanced 

you write code manipulate lync such generating ims, etc.

i have "updated" office 2013. however, code such above no longer works , appears required dll not included in lync 2013 installation. vba complains reference not found.

downloading communicator 2007 sdk not allow me load reference. suspect rewrite code treat standard dll (maybe?).

what file need reference lync 2013?

i did award bounty question - have since read 2 posts on msdn social suggest ms have stopped supporting automation pi lync.

the closest thing find quote this page

"lync 2013/sfb 2015 not expose com entry points excel can use.

you can create wrapper around lync 2013 sdk , expose com objects used excel."


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -