CopyFrom(Appointment,Boolean,Boolean) Method
In This Topic
Copies properties from the specified
Appointment object to this one.
Syntax
'Declaration
Public Overloads Sub CopyFrom( _
ByVal As Appointment, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
public void CopyFrom(
Appointment ,
System.bool ,
System.bool
)
Parameters
- app
- The Appointment instance to copy.
- includeKeys
- Specifies whether to copy internal keys.
- includeRecurrenceInformation
- Specifies whether to copy recurrence information if any.
See Also