次の方法で共有


EmailMailboxResolveRecipientsRequestEventArgs クラス

定義

受信者の一覧を解決するための要求に関する情報をカプセル化します。

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

Windows の要件

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

注釈

ResolveRecipientsRequested イベント ハンドラーに引数として渡されるこのクラスのインスタンスを使用します。

プロパティ

Request

この要求に関連付けられている EmailMailboxResolveRecipientsRequest オブジェクトを取得します。

メソッド

GetDeferral()

この操作の遅延オブジェクトを取得します。

適用対象