Back to product page

Receive method


Receives VCard from the server.

Syntax

  • Basic
object.Receive()
The Receive(object) syntax has these parts:
objectAn expression evaluating to an object of type XMPPVCard

Remarks

The Receive Method is used for receiving VCard information from the server. It can be used for updating your local VCard information, or when you wish to receive someone else's VCard. In order to retrieve someone's VCard from server, you can do something like this (by specifying user's JID)
wodXMPP1.Contacts("user@wippien.com").VCard.Receive

Or like this (by specifying user's index)
wodXMPP1.Contacts(0).VCard.Receive

In case of using index, the index parameter that you provide will be used to access a specific item in XMPPContacts Collection.

Platforms

Windows