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

适用于