Edit

FindItemsResults<TItem>.HighlightTerms Property

Definition

Gets a collection of highlighted terms that were found 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

A collection of highlighted terms that were found by the search operation.

Applies to