FindConversationResults.HighlightTerms Property

Definition

Gets the highlighted terms returned by the search operation. The HighlightTerms 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::HighlightTerm ^> ^ HighlightTerms { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::HighlightTerm ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.HighlightTerm> HighlightTerms { get; }
Public ReadOnly Property HighlightTerms As Collection(Of HighlightTerm)

Property Value

The highlighted terms returned by the search operation.

Applies to