EmailConversationBatch.Conversations プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
バッチ処理に使用する EmailConversation オブジェクトの一覧を取得します。
public:
property IVectorView<EmailConversation ^> ^ Conversations { IVectorView<EmailConversation ^> ^ get(); };
IVectorView<EmailConversation> Conversations();
public IReadOnlyList<EmailConversation> Conversations { get; }
var iVectorView = emailConversationBatch.conversations;
Public ReadOnly Property Conversations As IReadOnlyList(Of EmailConversation)
プロパティ値
バッチ処理に使用する EmailConversation オブジェクトの一覧。
Windows の要件
アプリの機能 |
email
emailSystem
|