Class TNEFDateAttribute

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

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

    • TNEFDateAttribute

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