Re: How can i receive my own vcard , or anyone fro - WeOnlyDo Discussion board

Re: How can i receive my own vcard , or anyone fro (General questions)

by woddrazen, Sunday, December 21, 2008, 01:49 (5816 days ago) @ johnybe2003

Hi Johnny,


Please call Receive Method inside your code
[code]wodXMPP1.VCard.Receive[/code]
and then read output inside VCardDetails Event
[code]Private Sub wodXMPP1_VCardDetails(ByVal Contact As WODXMPPCOMLib.IXMPPContact, ByVal Partial As Boolean)
MsgBox wodXMPP1.VCard.FirstName
End Sub[/code]
More help for VCardDetails Event you can find here:
http://www.weonlydo.com/XMPP/Help/WODXMPPLib~wodXMPP~VCardDetails_EV.html

Let us know how it goes.


Regards,
Drazen


Complete thread: