Uses of Class
org.apache.hupa.shared.data.MessageAttachment

Packages that use MessageAttachment
org.apache.hupa.shared.data   
 

Uses of MessageAttachment in org.apache.hupa.shared.data
 

Methods in org.apache.hupa.shared.data that return types with arguments of type MessageAttachment
 ArrayList<MessageAttachment> SMTPMessage.getMessageAttachments()
          Return the attachments
 ArrayList<MessageAttachment> MessageDetails.getMessageAttachments()
          Return the attachments
 

Method parameters in org.apache.hupa.shared.data with type arguments of type MessageAttachment
 void SMTPMessage.setMessageAttachments(ArrayList<MessageAttachment> aList)
          Set the attachments
 void MessageDetails.setMessageAttachments(ArrayList<MessageAttachment> aList)
          Set the attachments
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.