FindConversationResults.TotalCount 属性

定义

获取搜索操作返回的会话数。 属性TotalCount适用于面向 Exchange Online 和从 2013 Exchange Server 开始的 Exchange 版本的客户端。

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

属性值

视图中的对话总数。

适用于