Back to product page

VCardDetails callback method


Called when someone's VCard arrives from the server.

Syntax

  • Basic
object.VCardDetails (Owner, Contact, Partial)
The VCardDetails(object,Owner,Contact,Partial) syntax has these parts:
objectAn expression evaluating to an object of type IwodXMPPNotify
OwnerAn expression evaluating to an object of type wodXMPP
ContactXMPPContact object
PartialBoolean.

Remarks

This method is called only if you implemented IwodXMPPNotify interface in your application, and wodXMPP.Notification property has received reference to instance of your implementation.

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

Platforms

Windows