Class MAPIStringAttribute

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

public final class MAPIStringAttribute extends MAPIAttribute
A pure-MAPI attribute holding a String, which applies to a HMEFMessage or one of its Attachments.
  • Constructor Details

    • MAPIStringAttribute

      public MAPIStringAttribute(MAPIProperty property, int type, byte[] data)
  • Method Details