AppointmentCalendarUpdateMeetingResponseRequest クラス

定義

予定表会議への応答を変更するユーザーの要求を表します。

public ref class AppointmentCalendarUpdateMeetingResponseRequest 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 AppointmentCalendarUpdateMeetingResponseRequest 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 AppointmentCalendarUpdateMeetingResponseRequest
Public NotInheritable Class AppointmentCalendarUpdateMeetingResponseRequest
継承
Object Platform::Object IInspectable AppointmentCalendarUpdateMeetingResponseRequest
属性

Windows の要件

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

注釈

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

プロパティ

AppointmentCalendarLocalId

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

AppointmentLocalId

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

AppointmentOriginalStartTime

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

Comment

会議応答の変更に関してユーザーが書き込む可能性があるテキスト コメントを取得します。

Response

ユーザーが予定の招待に関して指定する新しい応答を取得します。

SendUpdate

ユーザーが会議の開催者に更新プログラムを送信するかどうかを示します。

Subject

応答の件名を取得します。

メソッド

ReportCompletedAsync()

会議の応答を更新するタスクが完了したことをシステムに通知します。

ReportFailedAsync()

会議の応答を更新するタスクが失敗したことをシステムに通知します。

適用対象