PocketPlanner Programmer's Guide

Contact.SaveTo Method

See Also

Saves the contact data to a binary stream or an XML document.

 Overload List

Name Description

Contact.SaveTo (XmlElement, XmlSerializationContext)

Saves the contact data to an XML document.

Contact.SaveTo (XmlWriter, SerializationContext)

Saves the contact data to an XML document.

 Since version 4.4, this method is considered obsolete. Instead, use the SaveTo method.

 See Also