次の方法で共有


EmailMailboxUpdateMeetingResponseRequest クラス

定義

会議の応答を更新するためのクライアントからの要求の詳細。

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

Windows の要件

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

注釈

UpdateMeetingResponseRequested イベント ハンドラーで使用されます。 EmailMailboxUpdateMeetingResponseRequestEventArgs.Request プロパティによって返されるこのクラスのインスタンスを使用します。

プロパティ

Comment

会議の応答の更新に使用するコメントを取得します。

EmailMailboxId

更新する会議の応答を保持するメールボックスのメールボックス ID を取得します。

EmailMessageId

更新する会議応答のメッセージ ID を取得します。

Response

会議の応答の更新に使用する応答値を取得します。

SendUpdate

会議の応答が更新されたときに、更新プログラムを会議の所有者に送信するかどうかを示す値を取得します。

Subject

更新された会議の応答で使用される件名を取得します。

メソッド

ReportCompletedAsync()

要求が正常に処理されたことを電子メール クライアントに通知します。

ReportFailedAsync()

要求が正常に処理されなかったことをクライアントに通知します。

適用対象