Class MAPIAttribute

java.lang.Object
org.apache.poi.hmef.attribute.MAPIAttribute
Direct Known Subclasses:
MAPIDateAttribute, MAPIRtfAttribute, MAPIStringAttribute

public class MAPIAttribute extends Object
A pure-MAPI attribute which applies to a HMEFMessage or one of its Attachments.
  • Constructor Details

    • MAPIAttribute

      public MAPIAttribute(MAPIProperty property, int type, byte[] data)
      Constructs a single new attribute from the contents of the stream
  • Method Details