org.apache.poi.hmef
Class Attachment

java.lang.Object
  extended by org.apache.poi.hmef.Attachment

public final class Attachment
extends java.lang.Object

An attachment within a HMEFMessage


Constructor Summary
Attachment()
           
 
Method Summary
protected  void addAttribute(Attribute attr)
           
protected  void addAttribute(MAPIAttribute attr)
           
 java.util.List<Attribute> getAttributes()
           
 java.util.List<MAPIAttribute> getMAPIAttributes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attachment

public Attachment()
Method Detail

addAttribute

protected void addAttribute(Attribute attr)

addAttribute

protected void addAttribute(MAPIAttribute attr)

getAttributes

public java.util.List<Attribute> getAttributes()

getMAPIAttributes

public java.util.List<MAPIAttribute> getMAPIAttributes()


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