Condividi tramite


AppointmentCalendar.TryForwardMeetingAsync Metodo

Definizione

Tenta in modo asincrono di inoltrare una riunione.

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)

Parametri

meeting
Appointment

Riunione da inoltrare.

invitees

IIterable<AppointmentInvitee>

IEnumerable<AppointmentInvitee>

Elenco di nuovi invitati per ricevere la riunione inoltrata.

subject
String

Platform::String

winrt::hstring

Oggetto dell'invito alla riunione.

forwardHeader
String

Platform::String

winrt::hstring

Nuova intestazione della riunione che include i nuovi inviti.

comment
String

Platform::String

winrt::hstring

Corpo dell'invito alla riunione inoltrata.

Restituisce

Valore booleano che indica se l'operazione ha avuto esito positivo.

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a