RemoveAppointmentOperation.AppointmentId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the unique identifier of the appointment to remove.
public:
property Platform::String ^ AppointmentId { Platform::String ^ get(); };
winrt::hstring AppointmentId();
public string AppointmentId { get; }
var string = removeAppointmentOperation.appointmentId;
Public ReadOnly Property AppointmentId As String
Property Value
The unique identifier of the appointment to remove.
Windows requirements
App capabilities |
appointmentsSystem
|
Remarks
The identifier is usually a value the appointment provider app previously returned through an AddAppointmentOperation.ReportCompleted call. If the identifier doesn't correspond to any known appointment, the appointment doesn't exist in the user’s calendar. Because the user's intent was to remove the appointment, we recommend that you treat the operation as successful.