Partager via


AppointmentCalendar.TryForwardMeetingAsync Méthode

Définition

Tente de manière asynchrone de transférer une réunion.

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)

Paramètres

meeting
Appointment

Réunion à transférer.

invitees

IIterable<AppointmentInvitee>

IEnumerable<AppointmentInvitee>

Liste des nouveaux invités à recevoir la réunion transférée.

subject
String

Platform::String

winrt::hstring

Objet de l’invitation à la réunion.

forwardHeader
String

Platform::String

winrt::hstring

Nouvel en-tête de réunion qui inclut les nouveaux invités.

comment
String

Platform::String

winrt::hstring

Corps de l’invitation à la réunion transférée.

Retours

Valeur booléenne indiquant si l’opération a réussi.

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

S’applique à