OlFormatInteger Enumeration
Indicates the format used to display integer Outlook item properties.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlFormatInteger
'Usage
Dim instance As OlFormatInteger
public enum OlFormatInteger
Members
Member name | Description | |
---|---|---|
olFormatIntegerPlain | Displays integer values using the number format specified in your computer's regional settings. | |
olFormatIntegerComputer1 | 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 | 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 | 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". |