Compartilhar via


AppointmentCalendar.TryForwardMeetingAsync Método

Definição

Tenta de forma assíncrona encaminhar uma reunião.

public:
 virtual IAsyncOperation<bool> ^ TryForwardMeetingAsync(Appointment ^ meeting, IIterable<AppointmentInvitee ^> ^ invitees, Platform::String ^ subject, Platform::String ^ forwardHeader, Platform::String ^ comment) = TryForwardMeetingAsync;
IAsyncOperation<bool> TryForwardMeetingAsync(Appointment const& meeting, IIterable<AppointmentInvitee> const& invitees, winrt::hstring const& subject, winrt::hstring const& forwardHeader, winrt::hstring const& comment);
public IAsyncOperation<bool> TryForwardMeetingAsync(Appointment meeting, IEnumerable<AppointmentInvitee> invitees, string subject, string forwardHeader, string comment);
function tryForwardMeetingAsync(meeting, invitees, subject, forwardHeader, comment)
Public Function TryForwardMeetingAsync (meeting As Appointment, invitees As IEnumerable(Of AppointmentInvitee), subject As String, forwardHeader As String, comment As String) As IAsyncOperation(Of Boolean)

Parâmetros

meeting
Appointment

A reunião a ser encaminhada.

invitees

IIterable<AppointmentInvitee>

IEnumerable<AppointmentInvitee>

Uma lista de novos convites para receber a reunião encaminhada.

subject
String

Platform::String

winrt::hstring

O assunto do convite da reunião.

forwardHeader
String

Platform::String

winrt::hstring

Um novo cabeçalho de reunião que inclui os novos convites.

comment
String

Platform::String

winrt::hstring

O corpo do convite de reunião encaminhado.

Retornos

Um valor booliano que indica se a operação foi bem-sucedida.

Requisitos do Windows

Funcionalidades do aplicativo
appointmentsSystem

Aplica-se a