Hi, I using Skype4Com in vb.net (vs2005).
I want to get current user email address.
I'm using
Dim x As New SKYPE4COMLib.Skype
MsgBox(x.CurrentUser.Handle)
to retrive information about logged user. But I can't found a property to get email address.