Class MAPIAttribute

    • Constructor Detail

      • MAPIAttribute

        public MAPIAttribute​(MAPIProperty property,
                             int type,
                             byte[] data)
        Constructs a single new attribute from the contents of the stream
    • Method Detail

      • setMaxRecordLength

        public static void setMaxRecordLength​(int length)
        Parameters:
        length - the max record length allowed for MAPIAttribute
      • getMaxRecordLength

        public static int getMaxRecordLength()
        Returns:
        the max record length allowed for MAPIAttribute
      • getType

        public int getType()
      • getData

        public byte[] getData()