共用方式為


AppointmentCalendar.TryForwardMeetingAsync 方法

定義

以非同步方式嘗試轉送會議。

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)

參數

meeting
Appointment

要轉寄的會議。

invitees

IIterable<AppointmentInvitee>

IEnumerable<AppointmentInvitee>

接收轉寄會議的新邀請者清單。

subject
String

Platform::String

winrt::hstring

會議邀請的主旨。

forwardHeader
String

Platform::String

winrt::hstring

包含新邀請者的新會議標頭。

comment
String

Platform::String

winrt::hstring

轉送會議邀請的本文。

傳回

布林值,指出作業是否成功。

Windows 需求

應用程式功能
appointmentsSystem

適用於