OlFormatInteger Enum

Definition

Indicates the format used to display integer Outlook item properties.

public enum class OlFormatInteger
public enum OlFormatInteger
Public Enum OlFormatInteger
Inheritance
OlFormatInteger

Fields

olFormatIntegerComputer1 2

Displays integer values, representing bytes, as kilobytes (with the abbreviation "K") depending on the value. For example, the integer value of 1048576 is displayed as "1,024 K".

olFormatIntegerComputer2 3

Displays integer values, representing bytes, as either kilobytes (with the abbreviation "K"), megabytes (with the abbreviation "M"), or gigabytes (with the abbreviation "G"), depending on the value. For example, the integer value of 2048 is displayed as "2 K".

olFormatIntegerComputer3 4

Displays integer values, representing bytes, as either bytes (with the abbreviation "B"), kilobytes (with the abbreviation "KB"), megabytes (with the abbreviation "MB"), or gigabytes (with the abbreviation "GB"), depending on the value. For example, the integer value of 1000 is displayed as "1,000 B".

olFormatIntegerPlain 1

Displays integer values using the number format specified in your computer's regional settings.

Applies to