RE: How to get Username or other User-info
you can use the oConversationWnd argument of the parsecommand and parsetag functions
use it like this
oConversationWnd.contacts(0).friendlyname
in vb at least
you should use the oconversationwnd as a MessengerAPI.IMessengerConversationWnd interface
good luck
|