AppointmentCalendar.TryForwardMeetingAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
非同期的に会議の転送を試みます。
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
転送された会議を受信する新しい招待者の一覧。
- subject
-
String
Platform::String
winrt::hstring
会議出席依頼の件名。
- forwardHeader
-
String
Platform::String
winrt::hstring
新しい招待者を含む新しい会議ヘッダー。
- comment
-
String
Platform::String
winrt::hstring
転送された会議出席依頼の本文。
戻り値
操作が成功したかどうかを示すブール値。
Windows の要件
アプリの機能 |
appointmentsSystem
|