PocketPlanner Programmer's Guide

Reminder.SaveTo Method

See Also

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

 Overload List

Name Description

Reminder.SaveTo (XmlElement, XmlSerializationContext)

Saves the reminder data to an XML document.

Reminder.SaveTo (XmlWriter, SerializationContext)

Saves the reminder data to an XML document.

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

 See Also