FindConversationResults.Conversations Property

Definition

Gets the conversations found by the search operation. The Conversations property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

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)

Property Value

The conversations found by the search operation.

Applies to