Back to product page

VCard property


Holds VCard for contact's personal details.

Type

XMPPVCard object

Syntax

  • Basic
object.VCard [= value]
The VCard(object,value) syntax has these parts:
objectAn expression evaluating to an object of type XMPPContact
valueXMPPVCard object

Remarks

Will return a reference to the current XMPPVCard object. By using this property, you can access any information that was made available in your contact's details (at least details he provided about himself). Some of these Properties include JID, FirstName, LastName etc.

Platforms

Windows