Class PropertyValue.CurrencyPropertyValue

  • Enclosing class:
    PropertyValue

    public static class PropertyValue.CurrencyPropertyValue
    extends PropertyValue
    signed 64-bit integer that represents a base ten decimal, with four digits to the right of the decimal point
    • Constructor Detail

      • CurrencyPropertyValue

        public CurrencyPropertyValue​(MAPIProperty property,
                                     long flags,
                                     byte[] data)
    • Method Detail

      • setValue

        public void setValue​(java.math.BigInteger value)