Uses of Class
org.apache.poi.hmef.attribute.MAPIAttribute

Packages that use MAPIAttribute
org.apache.poi.hmef   
org.apache.poi.hmef.attribute   
 

Uses of MAPIAttribute in org.apache.poi.hmef
 

Methods in org.apache.poi.hmef that return MAPIAttribute
 MAPIAttribute Attachment.getMAPIAttribute(MAPIProperty id)
          Return the attachment MAPI Attribute with the given ID, or null if there isn't one.
 MAPIAttribute HMEFMessage.getMessageMAPIAttribute(MAPIProperty id)
          Return the message MAPI Attribute with the given ID, or null if there isn't one.
 

Uses of MAPIAttribute in org.apache.poi.hmef.attribute
 

Subclasses of MAPIAttribute in org.apache.poi.hmef.attribute
 class MAPIDateAttribute
          A pure-MAPI attribute holding a Date, which applies to a HMEFMessage or one of its Attachments.
 class MAPIRtfAttribute
          A pure-MAPI attribute holding RTF (compressed or not), which applies to a HMEFMessage or one of its Attachments.
 class MAPIStringAttribute
          A pure-MAPI attribute holding a String, which applies to a HMEFMessage or one of its Attachments.
 

Methods in org.apache.poi.hmef.attribute with parameters of type MAPIAttribute
static java.util.Date MAPIDateAttribute.getAsDate(MAPIAttribute attr)
          Returns the Date of a Attribute, converting as appropriate
static java.lang.String MAPIStringAttribute.getAsString(MAPIAttribute attr)
          Returns the string of a Attribute, converting as appropriate