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

Packages that use Attribute
org.apache.poi.hmef   
 

Uses of Attribute in org.apache.poi.hmef
 

Methods in org.apache.poi.hmef that return Attribute
 Attribute HMEFMessage.getMessageAttribute(Attribute.AttributeID id)
          Return the message 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 Attribute
 java.util.List<Attribute> Attachment.getAttributes()
           
 java.util.List<Attribute> HMEFMessage.getMessageAttributes()
          Returns all HMEF/TNEF attributes of the message.
 

Methods in org.apache.poi.hmef with parameters of type Attribute
protected  void Attachment.addAttribute(Attribute attr)
           
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
 



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