Class TNEFMAPIAttribute

java.lang.Object
org.apache.poi.hmef.attribute.TNEFAttribute
org.apache.poi.hmef.attribute.TNEFMAPIAttribute

public final class TNEFMAPIAttribute extends TNEFAttribute
A TNEF Attribute holding MAPI Attributes, which applies to a HMEFMessage or one of its Attachments.
  • Constructor Details

    • TNEFMAPIAttribute

      protected TNEFMAPIAttribute(int id, int type, InputStream inp) throws IOException
      Constructs a single new mapi containing attribute from the id, type, and the contents of the stream
      Throws:
      IOException
  • Method Details