API Reference
Class
EmailStoreContentSearchResult
One content-search match with its summary, matched fields, and bounded snippet.
Inheritance
- Object
- EmailStoreContentSearchResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailStoreItemReference Reference { get; } #Stable reference for an explicit selective or full item read.
public EmailStoreItemSummary Summary { get; } #Lightweight item summary.
public EmailStoreContentSearchFields MatchedFields { get; } #Selected fields containing at least one query term.
public String Snippet { get; } #Bounded text around the earliest match, when text was available.