IAppointmentsProviderRemoveAppointmentActivatedEventArgs.RemoveAppointmentOperation 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 appointment that is provided to the app when the user tries to remove it.
public:
property RemoveAppointmentOperation ^ RemoveAppointmentOperation { RemoveAppointmentOperation ^ get(); };
RemoveAppointmentOperation RemoveAppointmentOperation();
public RemoveAppointmentOperation RemoveAppointmentOperation { get; }
var removeAppointmentOperation = iAppointmentsProviderRemoveAppointmentActivatedEventArgs.removeAppointmentOperation;
Public ReadOnly Property RemoveAppointmentOperation As RemoveAppointmentOperation
Property Value
The appointment that is removed.