RemoveAppointmentOperation.AppointmentId Property

Definition

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

String

Platform::String

winrt::hstring

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.

Applies to