Back to product page

VCardDetails event


Fires when someone's VCard arrives from the server.

Syntax

  • Basic
Private Sub object_VCardDetails (ByRef Contact, ByVal Partial)
The VCardDetails(Contact,Partial) syntax has these parts:
ContactXMPPContact object
PartialBoolean.

Remarks

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

Platforms

Windows