Class FindConversationResults
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the results of an conversation search operation.
public sealed class FindConversationResults
- Inheritance
-
FindConversationResults
- Inherited Members
Properties
Conversations
Gets a collection containing the conversations that were found by the search operation.
public Collection<Conversation> Conversations { get; }
Property Value
HighlightTerms
Gets a collection containing the HighlightTerms that were returned by the search operation.
public Collection<HighlightTerm> HighlightTerms { get; }
Property Value
IndexedOffset
Gets the indexed offset of the first conversation by the search operation.
public int? IndexedOffset { get; }
Property Value
- int?
TotalCount
Gets the total count of conversations in view.
public int? TotalCount { get; }
Property Value
- int?