VCardDetails Method
      
 

Description

Called when someone's VCard arrives from the server.


Return Type

None  


Syntax

object.VCardDetails Owner, Contact, Partial



The VCardDetails Method syntax has these parts:

Part Description
object An expression evaluating to an object of type IwodXMPPNotify.
Owner Required. A wodXMPP object.
Contact A XMPPContact object. A reference to XMPPContact object.
Partial A Boolean value.

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 server, or as a result of Receive method call (XMPPVCard object).