Back to product page

ToXML method


Exports VCard object to an XML String.

Type

String

Syntax

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

Remarks

The ToXML Method will export whole VCard object to an XML string. This value can later be used for loading using the opposite, FromXML method. The method takes one parameter, WithPhoto, which defines whether the Photo will be exported along with VCard or not.

Platforms

Windows