OlFormatInteger 枚举

定义

表示用于显示整数类型的 Outlook 项目属性的格式。

public enum class OlFormatInteger
public enum OlFormatInteger
Public Enum OlFormatInteger
继承
OlFormatInteger

字段

olFormatIntegerComputer1 2

将代表示字节的整数值以 KB(缩写为"K")的方式显示,具体情况取决于该值。 例如,整数值 1048576 显示为"1,024 K"。

olFormatIntegerComputer2 3

将代表字节的整数值以 KB(缩写为"K")、MB(缩写为"M")或者 GB(缩写为"G")的方式显示,具体情况取决于该值。 例如,整数值 2048 显示为"2 K"。

olFormatIntegerComputer3 4

将代表字节的整数值以 B(缩写为"B")、KB(缩写为"KB")、MB(缩写为"MB")或者 GB(缩写为"GB")的方式显示,具体情况取决于该值。 例如,整数值 1000 显示为"1,000 B"。

olFormatIntegerPlain 1

使用在计算机的区域设置中指定的数字格式显示整数值。

适用于