SaveAs Method (Appointment)
Saves the appointment to the specified path in the format of the specified file format.
'Declaration
Public Sub SaveAs( _
ByVal As System.String, _
ByVal As FileFormatEnum _
)
Parameters
- path
- Required string. The path in which to save the item.
- fileFormat
- The FileFormatEnum value indicating the file format to save.