AppointmentCalendar.TryCreateOrUpdateAppointmentAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Tenta de forma assíncrona criar ou atualizar uma reunião.
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
A reunião a ser criada ou atualizada.
- notifyInvitees
-
Boolean
bool
Um valor booliano que indica se os convites devem ser notificados.
Retornos
Um valor booliano que indica se a operação foi bem-sucedida.
Requisitos do Windows
Funcionalidades do aplicativo |
appointmentsSystem
|