FindConversationResults.TotalCount Property

Definition

Gets the number of conversations returned by the search operation. The TotalCount property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 property Nullable<int> TotalCount { Nullable<int> get(); };
public Nullable<int> TotalCount { get; }
Public ReadOnly Property TotalCount As Nullable(Of Integer)

Property Value

The total count of conversations in view.

Applies to