'Declaration
Public Overloads Sub CopyFrom( _ ByVal app As Appointment, _ ByVal includeKeys As Boolean, _ ByVal includeRecurrenceInformation As Boolean _ )
public void CopyFrom( Appointment app, bool includeKeys, bool includeRecurrenceInformation )
Parameters
- app
- The Appointment instance to copy.
- includeKeys
- Specifies whether to copy internal keys.
- includeRecurrenceInformation
- Specifies whether to copy recurrence information if any.