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

      • getType

        public int getType()
      • getData

        public byte[] getData()
      • toString

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

        public static java.util.List<MAPIAttribute> create​(TNEFAttribute parent)
                                                    throws java.io.IOException
        Parses a MAPI Properties TNEF Attribute, and returns the list of MAPI Attributes contained within it
        Throws:
        java.io.IOException