Type a note.png

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

presence_property.jpg


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...