Share via


AppointmentCalendarForwardMeetingRequest クラス

定義

予定表会議を転送するユーザーの要求を表します。

public ref class AppointmentCalendarForwardMeetingRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentCalendarForwardMeetingRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppointmentCalendarForwardMeetingRequest
Public NotInheritable Class AppointmentCalendarForwardMeetingRequest
継承
Object Platform::Object IInspectable AppointmentCalendarForwardMeetingRequest
属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)
アプリの機能
appointmentsSystem

注釈

システムはこのクラスのインスタンスを生成し、ForwardMeetingRequested イベントの AppointmentCalendarForwardMeetingRequestEventArgs 引数のプロパティとして設定します。

プロパティ

AppointmentCalendarLocalId

ローカル デバイス上の予定に関連付けられている予定表を一意に識別する文字列を取得します。

AppointmentLocalId

ローカル デバイス上の予定を一意に識別する文字列を取得します。

AppointmentOriginalStartTime

定期的な予定の元の開始時刻を取得します。

Comment

会議の転送に関してユーザーが書き込むテキスト コメントを取得します。

ForwardHeader

新しい招待者を含む新しい会議ヘッダーを取得します。

Invitees

転送された会議を受信する新しい招待者の一覧を取得します。

Subject

転送された会議出席依頼の件名を取得します。

メソッド

ReportCompletedAsync()

会議を転送するタスクが完了したことをシステムに通知します。

ReportFailedAsync()

会議を転送するタスクが失敗したことをシステムに通知します。

適用対象