FindConversationResults.HighlightTerms Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.