FindConversationResults.Conversations 属性

定义

获取搜索操作找到的对话。 属性Conversations适用于面向 Exchange Online 和从 2013 Exchange Server 开始的 Exchange 版本的客户端。

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)

属性值

搜索操作找到的对话。

适用于