OlFormatInteger Enumeration

Outlook Developer Reference

Indicates the format used to display integer Outlook item properties.

Version Information
 Version Added:  Outlook 2007

Name Value Description
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.