AppointmentCalendar.TryForwardMeetingAsync Method

Definition

Asynchronously attempts to forward a meeting.

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)

Parameters

meeting
Appointment

The meeting to forward.

invitees

IIterable<AppointmentInvitee>

IEnumerable<AppointmentInvitee>

A list of new invitees to receive the forwarded meeting.

subject
String

Platform::String

winrt::hstring

The subject of the meeting invitation.

forwardHeader
String

Platform::String

winrt::hstring

A new meeting header that includes the new invitees.

comment
String

Platform::String

winrt::hstring

The body of the forwarded meeting invitation.

Returns

A Boolean value indicating if the operation was successful.

Windows requirements

App capabilities
appointmentsSystem

Applies to