Class PropertyValue

    • Constructor Detail

      • PropertyValue

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

      • getFlags

        public long getFlags()
        Get the raw value flags. TODO Also provide getters for the flag meanings
      • getValue

        public java.lang.Object getValue()
      • getRawValue

        public byte[] getRawValue()
      • setRawValue

        public void setRawValue​(byte[] value)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object