Class MAPIDateAttribute

java.lang.Object
org.apache.poi.hmef.attribute.MAPIAttribute
org.apache.poi.hmef.attribute.MAPIDateAttribute

public final class MAPIDateAttribute extends MAPIAttribute
A pure-MAPI attribute holding a Date, which applies to a HMEFMessage or one of its Attachments. Timestamps are usually given in UTC.
See Also:
  • Constructor Details

    • MAPIDateAttribute

      protected MAPIDateAttribute(MAPIProperty property, int type, byte[] data)
      Constructs a single new date attribute from the id, type, and the contents of the stream
  • Method Details