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

Packages that use MAPIAttribute
org.apache.poi.hmef   
 

Uses of MAPIAttribute in org.apache.poi.hmef
 

Subclasses of MAPIAttribute in org.apache.poi.hmef
 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 that return MAPIAttribute
 MAPIAttribute HMEFMessage.getMessageMAPIAttribute(MAPIProperty id)
          Return the message MAPI Attribute with the given ID, or null if there isn't one.
 

Methods in org.apache.poi.hmef that return types with arguments of type MAPIAttribute
static java.util.List<MAPIAttribute> MAPIAttribute.create(Attribute parent)
          Parses a MAPI Properties TNEF Attribute, and returns the list of MAPI Attributes contained within it
 java.util.List<MAPIAttribute> Attachment.getMAPIAttributes()
           
 java.util.List<MAPIAttribute> HMEFMessage.getMessageMAPIAttributes()
          Returns all MAPI attributes of the message.
 

Methods in org.apache.poi.hmef with parameters of type MAPIAttribute
protected  void Attachment.addAttribute(MAPIAttribute attr)
           
 



Copyright 2011 The Apache Software Foundation or its licensors, as applicable.