AppointmentCalendar.TryCreateOrUpdateAppointmentAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Intenta crear o actualizar una reunión de forma asincrónica.
public:
virtual IAsyncOperation<bool> ^ TryCreateOrUpdateAppointmentAsync(Appointment ^ appointment, bool notifyInvitees) = TryCreateOrUpdateAppointmentAsync;
IAsyncOperation<bool> TryCreateOrUpdateAppointmentAsync(Appointment const& appointment, bool const& notifyInvitees);
public IAsyncOperation<bool> TryCreateOrUpdateAppointmentAsync(Appointment appointment, bool notifyInvitees);
function tryCreateOrUpdateAppointmentAsync(appointment, notifyInvitees)
Public Function TryCreateOrUpdateAppointmentAsync (appointment As Appointment, notifyInvitees As Boolean) As IAsyncOperation(Of Boolean)
Parámetros
- appointment
- Appointment
La reunión que se va a crear o actualizar.
- notifyInvitees
-
Boolean
bool
Valor booleano que indica si se deben notificar las invitaciones.
Devoluciones
Valor booleano que indica si la operación se realizó correctamente.
Requisitos de Windows
Características de aplicaciones |
appointmentsSystem
|