Class TNEFStringAttribute

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

public final class TNEFStringAttribute extends TNEFAttribute
A String attribute which applies to a HMEFMessage or one of its Attachments.
  • Constructor Details

    • TNEFStringAttribute

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