Log in

View Full Version : Office Communicator 2007 VBA Presence Note



Ray1358
03-14-2016, 07:29 AM
15619

I would like to get the value of "Type a Note" message.
Is it possible?

Using Object Browser, I think it is stored here.

Presence_Property
Const PRESENCE_PROP_PRESENCE_NOTE = 3
Member of CommunicatorAPI.__MIDL___MIDL_itf_msgrua_0001_0054_0003

15620


I try writing code like that but it does not work.

Sub test()
Debug.Print CommunicatorAPI.PRESENCE_PROPERTY(3)

End Sub


*I am using Excel 2010.

I would be extremely grateful if anyone could help...

Thank you...