OlShowItemCount 枚举

定义

指示为 Outlook 导航窗格中的文件夹显示的 Microsoft Outlook 项目的计数类型。

public enum class OlShowItemCount
public enum OlShowItemCount
Public Enum OlShowItemCount
继承
OlShowItemCount

字段

olNoItemCount 0

不显示项目计数。

olShowTotalItemCount 2

显示项目总数的计数。

olShowUnreadItemCount 1

显示未读项目的计数。

注解

ShowItemCount 属性使用。

适用于