PocketPlanner Programmer's Guide

Appointment.SaveTo Method

See Also

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

 Overload List

Name Description

Appointment.SaveTo (XmlElement, XmlSerializationContext)

Saves the appointment data to an XML document.

Appointment.SaveTo (XmlWriter, SerializationContext)

Saves the appointment data to an XML document.

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

 See Also