VCardDetails Event
    
 

Description

Fires when someone's VCard arrives from the server.


Syntax

Private Sub object_VCardDetails(Contact, Partial)



The VCardDetails Event syntax has these parts:

Part Description
object A wodXMPP object.
Contact A XMPPContact object. A reference to XMPPContact object.
Partial A Boolean value.

Remarks

This Event is triggered when someone's VCard is received from server, or as a result of Receive method call (XMPPVCard object).