FindConversationResults.Conversations プロパティ

定義

検索操作で見つかった会話を取得します。 プロパティはConversations、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用されます。

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::Conversation ^> ^ Conversations { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::Conversation ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.Conversation> Conversations { get; }
Public ReadOnly Property Conversations As Collection(Of Conversation)

プロパティ値

検索操作によって検出された会話。

適用対象