次の方法で共有


EmailMailboxProposeNewTimeForMeetingRequest クラス

定義

会議の新しい時刻を提案する要求の詳細。

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

Windows の要件

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

注釈

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

プロパティ

Comment

新しい会議時間の提案に追加するコメントを取得します。

EmailMailboxId

提案された新しい会議時間の送信に使用するメールボックス ID を取得します。

EmailMessageId

新しい時刻を提案する会議出席依頼のメッセージ ID を取得します。

NewDuration

会議の提案された新しい期間を取得します。

NewStartTime

会議の提案された新しい開始時刻を取得します。

Subject

新しい会議時間の提案の件名を取得します。

メソッド

ReportCompletedAsync()

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

非同期操作が正常に完了すると、提案が正常に送信されたことを示します。

ReportFailedAsync()

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

適用対象