OlFormatCurrency Enumeration

Indicates the format used to display currency Outlook item properties.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlFormatCurrency
'Usage
Dim instance As OlFormatCurrency
public enum OlFormatCurrency

Members

Member name Description
olFormatCurrencyDecimal Displays currency values with decimal places.
olFormatCurrencyNonDecimal Displays currency values without decimal places, rounding the currency value to the nearest integer.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace