SetAppointmentProperties Method (Appointment)
In This Topic
Reconstructs appointment properties from the specified string.
Syntax
'Declaration
Public Function SetAppointmentProperties( _
ByVal As String _
) As Boolean
public bool SetAppointmentProperties(
string
)
Parameters
- source
- The System.String value containing XML encoding of appointment properties.
Return Value
True if appointment has been changed.
See Also