OlFormatCurrency Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the format used to display currency Outlook item properties.
public enum class OlFormatCurrency
public enum OlFormatCurrency
Public Enum OlFormatCurrency
- Inheritance
-
OlFormatCurrency
Fields
olFormatCurrencyDecimal | 1 | Displays currency values with decimal places. |
olFormatCurrencyNonDecimal | 2 | Displays currency values without decimal places, rounding the currency value to the nearest integer. |